mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
date: fix build for cygwin
This commit is contained in:
@@ -303,7 +303,7 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
pacman -Sy --noconfirm --needed make rust base-devel
|
||||
DESTDIR=/tmp/c make install PROG_PREFIX=uu- PROFILE=release-small COMPLETIONS=n MANPAGES=n LOCALES=n SKIP_UTILS=date # FIXME: build date
|
||||
DESTDIR=/tmp/c make install PROG_PREFIX=uu- PROFILE=release-small COMPLETIONS=n MANPAGES=n LOCALES=n
|
||||
# Check that utils are built with given profile
|
||||
./target/release-small/true
|
||||
# Check that the progs have prefix
|
||||
|
||||
Reference in New Issue
Block a user