-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[vcpkg] update gas-preprocessor and clang in vcpkg_find_acquire_program #28467
[vcpkg] update gas-preprocessor and clang in vcpkg_find_acquire_program #28467
Conversation
a9027e7
to
1017f0d
Compare
The regression of |
The regression of |
@cnSchwarzer I'm afraid we can only merge this PR if the ci is resolved. 😣 |
OK, I'll wait until these ports are resolved. BTW is CI incremental or we need another 24h running? |
We will solve the problem of ci as soon as possible and we have to re-run ci(corresponding triplets) to ensure that the problem is solved. |
@FrankXie05 Do you mean only rebuild ports that have reference to specific changed program? For example only rebuild ports that acquires program CLANG and GAS_PREPROCESSOR in this case. Thats seems difficult |
It is more or less what vcpkg CI already does. It determines the ports which are directly and transitively affected by your changes ("cone of destruction"), and rebuilds them if not cached. For this purpose, it must also install all unaffected ports which are dependencies. The total set of ports can pull in known baseline regressions, or uncover regressions for particular feature configurations or installation orders. |
@FrankXie05 Can you rerun the ci? I think the problem is fixed |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…te-vcpkg-find-acquire-program
REGRESSION: xxhash:* failed with FILE_CONFLICTS |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…te-vcpkg-find-acquire-program
OK check passed, let's merge this please |
@FrankXie05 @vicroms @JonLiu1993 @Neumann-A @Adela0814 Sorry for the noice but... Anyone can merge this please? Blocking multiple PR for a long time...🙏🏻 |
Describe the pull request
Update
gas-preprocessor
andclang
invcpkg_find_acquire_program
Because if this update is included in port update PR, the CI will rebuild all ports and takes forever, so I fan out this PR.