Skip to content

Commit f7f97c6

Browse files
authored
Merge pull request #1789 from brada4/develop
update travis alpine chroot with avx512 intrinsics headers
2 parents 6f22e1c + bda3dbe commit f7f97c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
sudo: true
8686
language: minimal
8787
before_install:
88-
- "wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.6.0/alpine-chroot-install' \
89-
&& echo 'a827a4ba3d0817e7c88bae17fe34e50204983d1e alpine-chroot-install' | sha1sum -c || exit 1"
88+
- "wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
89+
&& echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1"
9090
- alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
9191
install:
9292
- sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers'

0 commit comments

Comments
 (0)