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:
Juan RP 2020-03-31 11:53:10 +02:00
parent 58baccc6fb
commit 0524b12f74
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -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