Skip to content

Commit 0dcd7ea

Browse files
committed
Use bazel_compile_commands 0.18.0
This has aarch64 support, finally.
1 parent fae4b2e commit 0dcd7ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/s-core-devcontainer/.devcontainer/s-core-local/versions.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ starpls:
3030
sha256: 7c661cdde0d1c026665086d07523d825671e29056276681616bb32d0273c5eab
3131

3232
bazel_compile_commands:
33-
version: 0.17.2
33+
version: 0.18.0
3434
amd64:
3535
# The following sha256sums are for the deb package bazel-compile-commands_<version>-noble_amd64.deb
3636
# It is generated by running 'sha256sum bazel-compile-commands_<version>-noble_amd64.deb'
37-
sha256: 97239b316df58fd3370a8aa6350790ececd5e4a1de30efb42d45cb1c300a179a
37+
sha256: 6735ea846241497094719792ad3d4f67b1d3123048693d34fcdf7190f8c2da4e
38+
arm64:
39+
# The following sha256sums are for the deb package bazel-compile-commands_<version>-noble_arm64.deb
40+
# It is generated by running 'sha256sum bazel-compile-commands_<version>-noble_arm64.deb'
41+
sha256: d73998efa01cbd501b82ad6266642464b78ecd9fc6224a60c9cb558182d52d88
3842

3943
rust_analyzer:
4044
date: 2025-08-25

0 commit comments

Comments
 (0)