mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
b1c5a2e87b
commit
ba4ca975d8
|
@ -90,7 +90,6 @@ provides:
|
||||||
- bin/sort
|
- bin/sort
|
||||||
- bin/split
|
- bin/split
|
||||||
- bin/stat
|
- bin/stat
|
||||||
- bin/stdbuf
|
|
||||||
- bin/stty
|
- bin/stty
|
||||||
- bin/sum
|
- bin/sum
|
||||||
- bin/sync
|
- bin/sync
|
||||||
|
@ -118,8 +117,12 @@ provides:
|
||||||
- bin/yes
|
- bin/yes
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script:
|
||||||
./configure --prefix={{ prefix }}
|
- ./configure --prefix={{ prefix }}
|
||||||
make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
FORCE_UNSAFE_CONFIGURE: 1 # some gha runners run as root
|
||||||
|
|
||||||
test: test "$(ls -1)" = "xyz.tea.test.sh"
|
test:
|
||||||
|
- touch test-file
|
||||||
|
- test "$(ls -1)" = "test-file"
|
||||||
|
|
Loading…
Reference in a new issue