enabled lld

This commit is contained in:
John Lancaster
2025-09-12 18:42:58 -05:00
parent 470b68cc1a
commit 32b2c6301b

View File

@@ -11,7 +11,7 @@
trunk cargo-generate
# LLVM tools for WebAssembly compilation
# llvm
# lld
lld
];
# https://devenv.sh/languages/
@@ -54,7 +54,7 @@
enterTest = ''
echo "Running tests"
git --version
python --version
uv run --locked python --version
rustc --version
'';