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: '*' 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 }}