Skip to content

Set CI B2_CI_VERSION=0 #82

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

sdarwin
Copy link
Contributor

@sdarwin sdarwin commented Jun 27, 2025

Hi,

Going back some years, boostorg/boost-ci provided a new way to configure B2 variables, which takes effect using B2_CI_VERSION=1. For example:

(new) 'B2_LINKFLAGS': '-fuse-ld=gold'

instead of

(previous) 'B2_LINKFLAGS': 'linkflags=-fuse-ld=gold'

Now that most boost libraries have migrated, we'd like to standardize boost-ci onto B2_CI_VERSION=1.

You can opt-out by configuring B2_CI_VERSION=0 and then upgrade later.

This pull request sets B2_CI_VERSION=0, so CI will continue to work, using the previous method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant