We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0816b15 + 8d4a354 commit ff14e40Copy full SHA for ff14e40
.circleci/config.yml
@@ -310,15 +310,6 @@ defaults:
310
CXX: clang++
311
MAKEFLAGS: -j 3
312
313
- - base_ubuntu2004_clang_small: &base_ubuntu2004_clang_small
314
- <<: *base_ubuntu2004_clang
315
- resource_class: small
316
- environment:
317
- TERM: xterm
318
- CC: clang
319
- CXX: clang++
320
- MAKEFLAGS: -j 2
321
-
322
- base_ubuntu2004_clang_large: &base_ubuntu2004_clang_large
323
<<: *base_ubuntu2004_clang
324
resource_class: large
@@ -1156,7 +1147,7 @@ jobs:
1156
1147
<<: *steps_soltest
1157
1148
1158
1149
t_ubu_ubsan_clang_cli:
1159
- <<: *base_ubuntu2004_clang_small
1150
+ <<: *base_ubuntu2004_clang
1160
1151
<<: *steps_cmdline_tests
1161
1152
1162
1153
t_ems_solcjs:
0 commit comments