Skip to content

[CI] Fix fetching in cmake configuration - #6303

Merged
fredroy merged 4 commits into
sofa-framework:masterfrom
bakpaul:26_09_fix_fetching_in_build
Sep 9, 2026
Merged

[CI] Fix fetching in cmake configuration#6303
fredroy merged 4 commits into
sofa-framework:masterfrom
bakpaul:26_09_fix_fetching_in_build

Conversation

@bakpaul

@bakpaul bakpaul commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Add explicit authentication using gh before call to setup-git and remove old username configuration

So to make sure this call to docker works for cloning project inside of a cmake call I tried a minimal example using a simple cmake project cloning a private repository with the docker image used by the CI. The current master version of the call (only calling gh auth setup-git) was sufficient on my end. So this means that the builder is correctly authenticated but github still refuses the access to public repository.

Here I am trying to add a new level of authentication to make sure the builder is logged-in. Let's see how it goes.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

  • it builds with SUCCESS for all platforms on the CI.
  • it does not generate new warnings.
  • it does not generate new unit test failures.
  • it does not generate new scene test failures.
  • it does not break API compatibility.
  • it is more than 1 week old (or has fast-merge label).

@bakpaul bakpaul added pr: fast merge Minor change that can be merged without waiting for the 7 review days pr: status to review To notify reviewers to review this pull-request pr: project-ci-infrastructure labels Sep 9, 2026
@fredroy
fredroy merged commit bcc6467 into sofa-framework:master Sep 9, 2026
12 of 13 checks passed
@fredroy fredroy added pr: status ready Approved a pull-request, ready to be squashed and removed pr: status to review To notify reviewers to review this pull-request labels Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: fast merge Minor change that can be merged without waiting for the 7 review days pr: project-ci-infrastructure pr: status ready Approved a pull-request, ready to be squashed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants