Skip to content

qnx: added option to use additional command params#73

Merged
AlexanderLanin merged 2 commits intomainfrom
dcalavrezo_qnx_update
Mar 9, 2026
Merged

qnx: added option to use additional command params#73
AlexanderLanin merged 2 commits intomainfrom
dcalavrezo_qnx_update

Conversation

@dcalavrezo-qorix
Copy link
Contributor

use lockfile error mode by default

use lockfile error mode by default

Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>

echo "Using credential helper at ${CRED_HELPER}"
bazel build --config ${{ inputs.bazel-config }} --credential_helper=*.qnx.com="${CRED_HELPER}" -- \
bazel build --config ${{ inputs.bazel-config }} --lockfile_mode=error \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is adding --lockfile_mode=error fully backwards compatible for all users?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, it's an enforcement

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlexanderLanin I'll make it backwards compatible, if you want

then I'll have to modify a couple of repos

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue is we are changing the @main branch here, which almost all users are referencing.
So if that behaviour suddenly changes for people that haven't yet made the jump to the bazel lock stuff, it wouldn't be ideal I would say.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've locked v0.0.0, maybe we should just start transitioning users?

Changes afer code review

Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>
@AlexanderLanin AlexanderLanin merged commit 8360f2f into main Mar 9, 2026
3 checks passed
@AlexanderLanin AlexanderLanin deleted the dcalavrezo_qnx_update branch March 9, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants