Skip to content

Commit

Permalink
build: use glibc 2.17 toolchain (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
withered-magic authored Dec 2, 2024
1 parent c9284a6 commit 9243c29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ test --test_output=errors
build:linux --sandbox_add_mount_pair=/tmp
build:linux --incompatible_enable_cc_toolchain_resolution
build:linux --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
build:linux --extra_toolchains @zig_sdk//toolchain:linux_arm64_gnu.2.28,@zig_sdk//toolchain:linux_amd64_gnu.2.28
build:linux --extra_toolchains @zig_sdk//toolchain:linux_arm64_gnu.2.17,@zig_sdk//toolchain:linux_amd64_gnu.2.17

build:windows --nolegacy_external_runfiles
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/starpls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starpls"
version = "0.1.17"
version = "0.1.18"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 9243c29

Please sign in to comment.