ruby-changes:58763
From: Takashi <ko1@a...>
Date: Wed, 13 Nov 2019 13:23:20 +0900 (JST)
Subject: [ruby-changes:58763] 9980728ad6 (master): Remove Drone CI in favor of Travis arm32
https://git.ruby-lang.org/ruby.git/commit/?id=9980728ad6 From 9980728ad61dc544d2ce5b981b54af36fa6e2a82 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Tue, 12 Nov 2019 20:22:33 -0800 Subject: Remove Drone CI in favor of Travis arm32 diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 82bcaf3..0000000 --- a/.drone.yml +++ /dev/null @@ -1,33 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/#L0 ---- -kind: pipeline -type: docker -name: arm32 -platform: - os: linux - arch: arm -steps: - - name: test - image: ruby:2.5-stretch - commands: - - uname -m - - apt-get -yq update - - apt-get -yq install software-properties-common - - apt-get -yq install bison sudo - # workaround ipv6 localhost - - ruby -e "hosts = File.read('/etc/hosts').sub(/^::1\s*localhost.*$/, ''); File.write('/etc/hosts', hosts)" - # create user - - useradd --shell /bin/bash --create-home test && chown -R test:test . - # configure - - /usr/bin/sudo -H -u test -- bash -c 'autoconf && ./configure --disable-install-doc --prefix=/tmp/ruby-prefix' - # make all install - - /usr/bin/sudo -H -u test -- make -j$(nproc) all install - # make test - - /usr/bin/sudo -H -u test -- make test - # make test-spec - - /usr/bin/sudo -H -u test -- make test-spec - # make test-all - - /usr/bin/sudo -H -u test -- make test-all - failure: ignore # `make test` is failing on arm32 -trigger: - branch: - - master -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/