Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL mingw64 test #419

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build-vs2022-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
gperf
git
python3
mingw-w64-x86_64-binutils
mingw-w64-x86_64-clang
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gdb
mingw-w64-x86_64-make
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/build-vs2022-arm64ec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
gperf
git
python3
mingw-w64-x86_64-binutils
mingw-w64-x86_64-clang
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gdb
mingw-w64-x86_64-make
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/build-vs2022-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
gperf
git
python3
mingw-w64-x86_64-binutils
mingw-w64-x86_64-clang
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gdb
mingw-w64-x86_64-make
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
Expand Down
1 change: 1 addition & 0 deletions apothecary/formulas/curl/curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function build() {
-DBUILD_STATIC_CURL=ON \
-DCURL_STATICLIB=ON \
-DBUILD_STATIC_LIBS=ON \
-DUSE_LIBIDN2=OFF \
-DENABLE_UNICODE=ON \
-DCURL_USE_OPENSSL=ON \
-DUSE_SSLEAY=ON \
Expand Down
Loading