Revert "travis: needs coreutils for stat(1) (used in tests)."
This reverts commit 58baccc6fb
.
Does not fix the real issue unfortunately
This commit is contained in:
parent
58baccc6fb
commit
0524b12f74
@ -16,7 +16,7 @@ env:
|
||||
|
||||
install:
|
||||
- docker pull "$IMG"
|
||||
- docker run -v "$PWD":/tmp/build-dir -w "/tmp/build-dir" "$IMG" /bin/sh -c "xbps-install -Syu xbps && xbps-install -yu && xbps-install -y $DEPS coreutils make pkgconf kyua zlib-devel libarchive-devel atf-devel && CC=$CC ./configure --enable-tests && make -j$(nproc) && make check"
|
||||
- docker run -v "$PWD":/tmp/build-dir -w "/tmp/build-dir" "$IMG" /bin/sh -c "xbps-install -Syu xbps && xbps-install -yu && xbps-install -y $DEPS make pkgconf kyua zlib-devel libarchive-devel atf-devel && CC=$CC ./configure --enable-tests && make -j$(nproc) && make check"
|
||||
|
||||
script:
|
||||
- echo BUILDS PASSED
|
||||
|
Loading…
Reference in New Issue
Block a user