mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 13:19:37 +00:00
Fix incorrect configure --host flag in CI
(Unrelated: make unzip quiet during build)
This commit is contained in:
4
.github/workflows/build-and-test-make.yml
vendored
4
.github/workflows/build-and-test-make.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
||||
run: |
|
||||
mkdir ${{ runner.temp }}/install
|
||||
./configure --prefix=${{ runner.temp }}/install \
|
||||
--host=${{ matrix.arch }} \
|
||||
--host=${{ matrix.host }} \
|
||||
--with-zlib=${{ runner.temp }}/zlib \
|
||||
--with-ca-path=/etc/ssl/certs \
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
|
||||
@@ -219,7 +219,7 @@ jobs:
|
||||
mkdir ${{ runner.temp }}/install
|
||||
./configure --prefix=${{ runner.temp }}/install \
|
||||
--enable-static \
|
||||
--host=${{ matrix.arch }} \
|
||||
--host=${{ matrix.host }} \
|
||||
--with-zlib=${{ runner.temp }}/zlib \
|
||||
--with-ca-path=/etc/ssl/certs \
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
|
||||
|
@@ -257,7 +257,7 @@ boringssl.zip:
|
||||
|
||||
# Patch boringssl and use a dummy '.patched' file to mark it patched
|
||||
boringssl/.patched: $(srcdir)/chrome/patches/boringssl-*.patch
|
||||
unzip -o boringssl.zip
|
||||
unzip -q -o boringssl.zip
|
||||
mv boringssl-$(BORING_SSL_COMMIT) boringssl
|
||||
cd boringssl/
|
||||
for p in $^; do patch -p1 < $$p; done
|
||||
|
Reference in New Issue
Block a user