Skip to content

Commit eb87b1c

Browse files
authored
Removed unneeded step
ref: microsoft/vscode#245423
1 parent 61def1b commit eb87b1c

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -117,29 +117,6 @@ jobs:
117117
key: ${{ runner.os }}-npmCacheDir-${{ steps.nodeModulesCacheKey.outputs.value }}
118118
restore-keys: ${{ runner.os }}-npmCacheDir-
119119

120-
- name: Override gnu target for arm64 and arm
121-
working-directory: ./openvscode-server
122-
if: matrix.vscode_arch == 'arm64' || matrix.vscode_arch == 'armhf'
123-
run: |
124-
set -e
125-
includes=$(cat << 'EOF'
126-
{
127-
"target_defaults": {
128-
"conditions": [
129-
["OS=='linux'", {
130-
'cflags_cc!': [ '-std=gnu++20' ],
131-
'cflags_cc': [ '-std=gnu++2a' ],
132-
}]
133-
]
134-
}
135-
}
136-
EOF
137-
)
138-
if [ ! -d "$HOME/.gyp" ]; then
139-
mkdir -p "$HOME/.gyp"
140-
fi
141-
echo "$includes" > "$HOME/.gyp/include.gypi"
142-
143120
- name: Execute npm
144121
working-directory: ./openvscode-server
145122
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)