Skip to content

Set CI B2_CI_VERSION=0 #127

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

Set CI B2_CI_VERSION=0 #127

wants to merge 1 commit into from

Conversation

sdarwin
Copy link

@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.

@jeking3
Copy link
Contributor

jeking3 commented Jun 29, 2025

I don't it matters much here since this repo does not have appveyor enabled at the moment.

@sdarwin
Copy link
Author

sdarwin commented Jun 30, 2025

does not have appveyor enabled

To be thorough, the update could be merged anyway. for future use.
Or delete appveyor.yml so that it's clear appveyor isn't enabled.

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.

2 participants