[前][次][番号順一覧][スレッド一覧]

ruby-changes:58269

From: Takashi <ko1@a...>
Date: Wed, 16 Oct 2019 14:56:41 +0900 (JST)
Subject: [ruby-changes:58269] 006d9013ea (master): Remove arm64 build from Drone

https://git.ruby-lang.org/ruby.git/commit/?id=006d9013ea

From 006d9013ea29ed8fe837f41796067b10df7a49ee Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 15 Oct 2019 22:56:19 -0700
Subject: Remove arm64 build from Drone

because it started to run on Travis.

diff --git a/.drone.yml b/.drone.yml
index cf81fdd..82bcaf3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,39 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/.drone.yml#L1
 ---
 kind: pipeline
 type: docker
-name: arm64
-platform:
-  os: linux
-  arch: arm64
-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
-trigger:
-  branch:
-    - master
-
----
-kind: pipeline
-type: docker
 name: arm32
 platform:
   os: linux
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]