-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
47 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS | |
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} | ||
install_cibuildwheel_script: | ||
- $PYTHON -m pip install cibuildwheel==2.16.5 | ||
- $PYTHON -m pip install cibuildwheel==2.19.1 | ||
|
||
run_cibuildwheel_script: | ||
- cibuildwheel | ||
|
@@ -71,12 +71,12 @@ test_macos_arm64_task: | |
PATH: /opt/homebrew/bin:$PATH | ||
PYTHON: python3.9 | ||
OPENSSL_OPTS: > | ||
openssl-lib=/opt/homebrew/opt/openssl@3.0/lib | ||
openssl-include=/opt/homebrew/opt/openssl@3.0/include | ||
openssl-lib=/opt/homebrew/opt/openssl@3/lib | ||
openssl-include=/opt/homebrew/opt/openssl@3/include | ||
install_pre_requirements_script: | ||
- brew install [email protected] | ||
- brew install boost-build boost openssl@3.0 | ||
- brew install boost-build boost openssl@3 | ||
- echo "using darwin ;" >>~/user-config.jam | ||
|
||
debug_script: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: dependencies (MacOS) | ||
if: runner.os == 'macOS' | ||
run: | | ||
brew install boost-build boost boost-python3 [email protected] openssl@1.1 python-setuptools | ||
brew install boost-build boost boost-python3 [email protected] openssl@3 python-setuptools | ||
export PATH=$(brew --prefix)/opt/[email protected]/bin:$PATH | ||
- name: update package lists (linux) | ||
|
@@ -57,7 +57,7 @@ jobs: | |
if: runner.os == 'Windows' | ||
shell: cmd | ||
run: | | ||
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git | ||
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.82.0 https://github.com/boostorg/boost.git | ||
cd boost | ||
bootstrap.bat | ||
|
@@ -68,16 +68,6 @@ jobs: | |
cd boost | ||
.\b2 headers | ||
- name: install openssl (windows) | ||
if: runner.os == 'Windows' | ||
uses: nick-fields/retry@v3 | ||
with: | ||
shell: cmd | ||
timeout_minutes: 5 | ||
retry_wait_seconds: 4 | ||
max_attempts: 3 | ||
command: choco install openssl --limitoutput --no-progress | ||
|
||
- name: build/install (windows) | ||
if: runner.os == 'Windows' | ||
shell: cmd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters