Skip to content

Commit b04bf4a

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
change to installing musl-gcc
1 parent 271bea2 commit b04bf4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ extends:
271271
apt -y install clang
272272
apt -y install llvm
273273
apt -y install musl-tools
274-
apt -y install gcc-multilib
274+
apt -y install musi-gcc
275+
#apt -y install gcc-multilib
275276
apt -y install libssl-dev
276277
apt -y install pkg-config
277278
msrustup default stable-aarch64-unknown-linux-musl

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ if (!$SkipBuild) {
309309

310310
# projects are in dependency order
311311
$projects = @(
312+
".",
312313
"tree-sitter-dscexpression",
313314
"tree-sitter-ssh-server-config",
314315
"security_context_lib",

0 commit comments

Comments
 (0)