1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

Use make to build all binaries

This commit is contained in:
James Robson 2021-02-03 21:27:30 +00:00
parent 2bb9a85dde
commit 84965ad8c3

View File

@ -33,14 +33,14 @@ jobs:
- name: Build binaries
shell: bash
run: |
sudo apt-get update
sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python-pyinotify expect python3-sphinx
pushd uutils
cargo build --release
make PROFILE=release
BUILDDIR="$PWD/target/release/"
popd
GNULIB_SRCDIR="$PWD/gnulib"
pushd gnu/
sudo apt-get update
sudo apt-get install autoconf autopoint bison texinfo gperf gcc gdb python-pyinotify expect
./bootstrap --gnulib-srcdir="$GNULIB_SRCDIR"
./configure --quiet --disable-gcc-warnings
# Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils