mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35: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: '*'
|
||||
script:
|
||||
- ./configure --prefix={{ prefix }}
|
||||
# 1.4.4 tries to remove a file that doesn't exist
|
||||
- run: |
|
||||
sed -i.bak 's|rm -f $(LIBRHASH_SOLINK)|test -f $(LIBRHASH_SOLINK) \&\& rm -f $(LIBRHASH_SOLINK)|' Makefile
|
||||
rm Makefile.bak
|
||||
working-directory: librhash
|
||||
|
||||
# Somehow, this doesn't get made in proper sequence in
|
||||
# 1.4.4
|
||||
- run: make rhash
|
||||
if: =1.4.4
|
||||
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
|
|
Loading…
Reference in a new issue