mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(rhash)[1]
this seems to actually fix it. weird.
This commit is contained in:
parent
0afb380e6b
commit
47f46d205c
1 changed files with 4 additions and 5 deletions
|
@ -25,11 +25,10 @@ build:
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
script:
|
script:
|
||||||
- ./configure --prefix={{ prefix }}
|
- ./configure --prefix={{ prefix }}
|
||||||
# 1.4.4 tries to remove a file that doesn't exist
|
|
||||||
- run: |
|
# Somehow, this doesn't get made in proper sequence in
|
||||||
sed -i.bak 's|rm -f $(LIBRHASH_SOLINK)|test -f $(LIBRHASH_SOLINK) \&\& rm -f $(LIBRHASH_SOLINK)|' Makefile
|
# 1.4.4
|
||||||
rm Makefile.bak
|
- run: make rhash
|
||||||
working-directory: librhash
|
|
||||||
if: =1.4.4
|
if: =1.4.4
|
||||||
|
|
||||||
- make --jobs {{ hw.concurrency }}
|
- make --jobs {{ hw.concurrency }}
|
||||||
|
|
Loading…
Reference in a new issue