mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
build-gnu.sh: Use any profile & cleanup arg
This commit is contained in:
parent
35f7db96ca
commit
ea9feef0f1
3 changed files with 15 additions and 24 deletions
4
.github/workflows/GnuTests.yml
vendored
4
.github/workflows/GnuTests.yml
vendored
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
run: |
|
||||
## Build binaries
|
||||
cd 'uutils'
|
||||
bash util/build-gnu.sh --release-build
|
||||
env PROFILE=release-small bash util/build-gnu.sh
|
||||
|
||||
### Run tests as user
|
||||
- name: Run GNU tests
|
||||
|
|
@ -244,7 +244,7 @@ jobs:
|
|||
### Build
|
||||
- name: Build binaries
|
||||
run: |
|
||||
lima bash -c "cd ~/work/uutils/ && SELINUX_ENABLED=1 bash util/build-gnu.sh --release-build"
|
||||
lima bash -c "cd ~/work/uutils/ && SELINUX_ENABLED=1 PROFILE=release-small bash util/build-gnu.sh"
|
||||
|
||||
### Run tests as user
|
||||
- name: Generate SELinux tests list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue