Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 14, 2024
1 parent f8acc61 commit 94dee75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ jobs:
- name: Run configure script
run: |
mkdir ${{ runner.temp }}/install
autoreconf -i
./configure LDFLAGS="-L$(brew --prefix zstd)/lib" CPPFLAGS="-I$(brew --prefix zstd)/include" --prefix=${{ runner.temp }}/install
# Cache the build of BoringSSL, which is the longest part of the build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
export LD=$TOOLCHAIN/bin/ld
export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
export LIBS="-lssl -lcrypto -lc++"
./configure --prefix=${{ runner.temp }}/install \
--with-android=yes \
--host=${{ matrix.host }} \
Expand Down Expand Up @@ -192,6 +193,7 @@ jobs:
export LD=$TOOLCHAIN/bin/ld
export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
export LIBS="-lssl -lcrypto -lc++"
./configure --prefix=${{ runner.temp }}/install --enable-static \
--with-android=yes \
--host=${{ matrix.host }} \
Expand Down

0 comments on commit 94dee75

Please sign in to comment.