Skip to content

Commit 195a451

Browse files
committed
Custom install of node20 doesn't resolve the CI warnings. So removing the install as it's pointless.
See microsoft/azure-pipelines-agent#5019 for request to add a way to silence the warning. [skip ci]
1 parent 40c90de commit 195a451

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci/azp-linux-prep-container.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ steps:
66
/tmp/docker exec -t -u root container apt-get -qq install sudo
77
/tmp/docker exec -t -u root container mv /etc/sudoers.bak /etc/sudoers
88
displayName: Sudorize
9-
- script: |
10-
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
11-
sudo apt-get -qq install curl xz-utils
12-
sudo curl -sLO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
13-
sudo tar -xJ --strip-components 1 -C /node20217 -f node-v20.9.0-linux-x64-glibc-217.tar.xz
14-
displayName: Node
9+
# - script: |
10+
# # Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
11+
# sudo apt-get -qq install curl xz-utils
12+
# sudo curl -sLO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
13+
# sudo tar -xJ --strip-components 1 -C /node20217 -f node-v20.9.0-linux-x64-glibc-217.tar.xz
14+
# displayName: Node

0 commit comments

Comments
 (0)