Skip to content

Commit

Permalink
Merge pull request #43 from threefoldtech/development-v2-segfault-musl
Browse files Browse the repository at this point in the history
autobuild: explicitly disable native on libb2
  • Loading branch information
maxux authored May 9, 2023
2 parents 934865c + b5913ae commit 925fb73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ jobs:
snappy-dev curl-dev zlib-static sqlite-static curl-static snappy-static \
openssl-libs-static nghttp2-static brotli-static
echo "" | gcc -v -E - 2>&1 | grep cc1
- name: Clone capnp-c
working-directory:
run: |
Expand Down Expand Up @@ -138,7 +136,7 @@ jobs:
- name: Build libblake2
working-directory: ./libb2-0.98.1
run: |
./configure
./configure --enable-native=no
make -j 3
make install
Expand Down

0 comments on commit 925fb73

Please sign in to comment.