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

Rebuild for libboost 1.82 #74

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
56 changes: 8 additions & 48 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost_cpp:
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -20,9 +18,6 @@ libevent:
- 2.1.12
openssl:
- '3'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- linux-64
zip_keys:
Expand Down
5 changes: 0 additions & 5 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
boost_cpp:
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -24,9 +22,6 @@ libevent:
- 2.1.12
openssl:
- '3'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- linux-aarch64
zip_keys:
Expand Down
5 changes: 0 additions & 5 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost_cpp:
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -20,9 +18,6 @@ libevent:
- 2.1.12
openssl:
- '3'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
20 changes: 20 additions & 0 deletions .ci_support/migrations/boost_cpp_to_libboost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
migrator_ts: 1695775149
__migrator:
kind: version
migration_number: 1
bump_number: 1
commit_message: "Rebuild for libboost 1.82"
# limit the number of prs to do the initial test
pr_limit: 1
libboost_devel:
- 1.82
# This migration is matched with a piggy-back migrator
# (see https://github.com/regro/cf-scripts/pull/1668)
# that will replace boost-cpp with libboost-devel
boost_cpp:
- 1.82
# same for boost -> libboost-python-devel
libboost_python_devel:
- 1.82
boost:
- 1.82
5 changes: 0 additions & 5 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost_cpp:
- 1.78.0
c_compiler:
- clang
c_compiler_version:
Expand All @@ -20,9 +18,6 @@ macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
- '3'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- osx-64
zip_keys:
Expand Down
5 changes: 0 additions & 5 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
boost_cpp:
- 1.78.0
c_compiler:
- clang
c_compiler_version:
Expand All @@ -20,9 +18,6 @@ macos_machine:
- arm64-apple-darwin20.0.0
openssl:
- '3'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- osx-arm64
zip_keys:
Expand Down
5 changes: 0 additions & 5 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost_cpp:
- 1.78.0
c_compiler:
- vs2019
channel_sources:
Expand All @@ -12,9 +10,6 @@ libevent:
- 2.1.12
openssl:
- '3'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- win-64
zlib:
Expand Down
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

115 changes: 115 additions & 0 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading