Skip to content

Commit

Permalink
ci: disable glibc sysroot setup when building with emcc
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed May 6, 2024
1 parent 5ecf619 commit 321c124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
- repository: templates
type: github
name: microsoft/vscode-engineering
ref: main
ref: robo/opt_skip_sysroot_setup
endpoint: Monaco

parameters:
Expand Down Expand Up @@ -52,6 +52,7 @@ extends:
- name: Linux
nodeVersions:
- 18.x
useSysroot: false

testSteps:
- script: git submodule init
Expand Down

0 comments on commit 321c124

Please sign in to comment.