We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271bea2 commit b04bf4aCopy full SHA for b04bf4a
.pipelines/DSC-Official.yml
@@ -271,7 +271,8 @@ extends:
271
apt -y install clang
272
apt -y install llvm
273
apt -y install musl-tools
274
- apt -y install gcc-multilib
+ apt -y install musi-gcc
275
+ #apt -y install gcc-multilib
276
apt -y install libssl-dev
277
apt -y install pkg-config
278
msrustup default stable-aarch64-unknown-linux-musl
build.ps1
@@ -309,6 +309,7 @@ if (!$SkipBuild) {
309
310
# projects are in dependency order
311
$projects = @(
312
+ ".",
313
"tree-sitter-dscexpression",
314
"tree-sitter-ssh-server-config",
315
"security_context_lib",
0 commit comments