mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove arm64 build from Drone
because it started to run on Travis.
This commit is contained in:
parent
e8124729fb
commit
006d9013ea
1 changed files with 0 additions and 33 deletions
33
.drone.yml
33
.drone.yml
|
@ -1,36 +1,3 @@
|
||||||
---
|
|
||||||
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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
|
Loading…
Reference in a new issue