File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments