Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bump: libomp-version /LIBOMP_VERSION="(.*)"/ https://github.com/llvm/llvm-project.git|semver:*
LIBOMP_VERSION="21.1.8"
LIBOMP_VERSION="22.1.8"

@augmentcode augmentcode Bot Jun 16, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

buildenv:2 — Bumping LIBOMP_VERSION to 22.1.8 appears to make the interpolated download URLs resolve to release assets that aren’t published for llvmorg-22.1.8 (e.g., openmp-22.1.8.src.tar.xz and cmake-22.1.8.src.tar.xz), so the build may start failing with 404s.

Severity: high

Other Locations
  • buildenv:13
  • buildenv:77

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


###
### Build control file for the libomp port
Expand Down
Loading