Skip to content
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

The nightly GitHub Actions build job failed on Tuesday (2024-04-09) #4857

Closed
github-actions bot opened this issue Apr 9, 2024 · 3 comments · Fixed by #4859
Closed

The nightly GitHub Actions build job failed on Tuesday (2024-04-09) #4857

github-actions bot opened this issue Apr 9, 2024 · 3 comments · Fixed by #4859
Assignees
Labels

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Apr 9, 2024

The nightly GitHub Actions build job failed on Tuesday (2024-04-09) in run 8609643464

@KiterLuc
Copy link
Member

KiterLuc commented Apr 9, 2024

@teo-tsirpanis some of the runners are hitting the webp issue here.

@teo-tsirpanis
Copy link
Member

I think I figured it out. It's not a problem with CMake per se, but an interaction between CMake and vcpkg.

CMake 3.29.1 changed the format of config files generated by the configure_package_config_file function, and vcpkg's vcpkg_cmake_config_fixup function was not updated to handle the new format, causing the failures.

Working on a fix.

Copy link
Contributor Author

github-actions bot commented Apr 9, 2024

The nightly GitHub Actions build job failed on Tuesday (2024-04-09) in run 8615705659

KiterLuc pushed a commit that referenced this issue Apr 9, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY
github-actions bot pushed a commit that referenced this issue Apr 10, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY

(cherry picked from commit 690479f)
KiterLuc pushed a commit that referenced this issue Apr 10, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY

(cherry picked from commit 690479f)
teo-tsirpanis added a commit that referenced this issue Apr 10, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

---
TYPE: NO_HISTORY
dudoslav pushed a commit that referenced this issue Apr 17, 2024
CMake 3.29.1 had a change that broke vcpkg's `vcpkg_cmake_config_fixup`
command. This PR updates the port containing the command to adapt to the
new behavior. The change will be upstreamed with microsoft/vcpkg#38017.

Validated locally. For ease of review, the first commit copies the
existing port as-is, and the second commit updates it.

Fixes #4857
Fixes TileDB-Inc/TileDB-CSharp#405
Fixes the root cause of TileDB-Inc/conda-forge-nightly-controller#83

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

Successfully merging a pull request may close this issue.

3 participants