Skip to content

Commit 40f6764

Browse files
committed
ci: fix arm legacy servers
1 parent 7526f41 commit 40f6764

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

build/azure-pipelines/linux/product-build-linux-legacy-server.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,6 @@ steps:
8383
imageName: vscode-linux-build-agent:centos7-devtoolset8-$(VSCODE_ARCH)
8484
containerCommand: uname
8585

86-
- ${{ if or(eq(parameters.VSCODE_ARCH, 'arm64'), eq(parameters.VSCODE_ARCH, 'armhf')) }}:
87-
- script: |
88-
set -e
89-
includes=$(cat << 'EOF'
90-
{
91-
"target_defaults": {
92-
"conditions": [
93-
["OS=='linux'", {
94-
'cflags_cc!': [ '-std=gnu++20' ],
95-
'cflags_cc': [ '-std=gnu++17' ],
96-
}]
97-
]
98-
}
99-
}
100-
EOF
101-
)
102-
if [ ! -d "$HOME/.gyp" ]; then
103-
mkdir -p "$HOME/.gyp"
104-
fi
105-
echo "$includes" > "$HOME/.gyp/include.gypi"
106-
displayName: Override gnu target for arm64 and arm
107-
10886
- script: |
10987
set -e
11088

0 commit comments

Comments
 (0)