File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 include :
20- - toolset : gcc-4.8
21- cxxstd : " 11"
22- container : ubuntu:18.04
23- os : ubuntu-latest
24- install : g++-4.8-multilib
25- address-model : 32,64
26- - toolset : gcc-5
27- cxxstd : " 11,14,1z"
28- container : ubuntu:18.04
29- os : ubuntu-latest
30- install : g++-5-multilib
31- address-model : 32,64
32- - toolset : gcc-6
33- cxxstd : " 11,14,1z"
34- container : ubuntu:18.04
35- os : ubuntu-latest
36- install : g++-6-multilib
37- address-model : 32,64
3820 - toolset : gcc-7
3921 cxxstd : " 11,14,17"
4022 container : ubuntu:20.04
8971 os : ubuntu-latest
9072 install : g++-15-multilib
9173 address-model : 32,64
92- - toolset : clang
93- compiler : clang++-3.9
94- cxxstd : " 11,14"
95- container : ubuntu:18.04
96- os : ubuntu-latest
97- install : clang-3.9
98- - toolset : clang
99- compiler : clang++-4.0
100- cxxstd : " 11,14"
101- container : ubuntu:18.04
102- os : ubuntu-latest
103- install : clang-4.0
104- - toolset : clang
105- compiler : clang++-5.0
106- cxxstd : " 11,14,1z"
107- container : ubuntu:18.04
108- os : ubuntu-latest
109- install : clang-5.0
11074 - toolset : clang
11175 compiler : clang++-6.0
11276 cxxstd : " 11,14,17"
@@ -232,13 +196,6 @@ jobs:
232196 apt-get update
233197 apt-get -y install sudo python3 git g++ curl xz-utils
234198
235- - name : Install nodejs20glibc2.17
236- if : ${{ startsWith( matrix.container, 'ubuntu:1' ) }}
237- run : |
238- curl -LO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
239- tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
240- ldd /__e/node20/bin/node
241-
242199 - uses : actions/checkout@v6
243200
244201 - name : Install packages
You can’t perform that action at this time.
0 commit comments