Temporarily disable nightly
All checks were successful
CI / Formatting (push) Successful in 1m6s

Was causing undefined symbol errors
This commit is contained in:
Michael Bradley 2025-05-17 15:58:47 -04:00
parent b5792648eb
commit 8e340b62b9
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-Zshare-generics=y"]
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] #, "-Zshare-generics=y"]

View file

@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable" # "nightly"