fix(rhash)[1]

this seems to actually fix it. weird.
This commit is contained in:
Jacob Heider 2023-07-16 02:38:07 -04:00
parent 0afb380e6b
commit 47f46d205c
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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 }}