mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Activate the network in arm build
This commit is contained in:
parent
b71a9c7462
commit
0fdbe43cb7
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
- wget https://github.com/gballet/ubuntu-18.4-go-rootfs/releases/download/ubuntu1804-go113/rootfs_v1.txz
|
||||
- sudo tar xfJ rootfs_v1.txz -C chrootdir
|
||||
- rm rootfs_v1.txz
|
||||
- sudo cp /etc/resolv.conf chrootdir/etc
|
||||
- sudo cp `which qemu-aarch64-static` chrootdir/usr/bin
|
||||
- sudo mkdir -p chrootdir/${TRAVIS_BUILD_DIR}
|
||||
- sudo rsync -a --exclude 'chrootdir' ${TRAVIS_BUILD_DIR}/ chrootdir/${TRAVIS_BUILD_DIR}/
|
||||
|
|
|
|||
Loading…
Reference in a new issue