Skip to content

Commit f19c6df

Browse files
committed
CI: Prune 2204 jobs from the config
1 parent cfb8341 commit f19c6df

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

.circleci/config.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ parameters:
1111
type: string
1212
# solbuildpackpusher/solidity-buildpack-deps:ubuntu2004-26
1313
default: "solbuildpackpusher/solidity-buildpack-deps@sha256:1f387a77be889f65a2a25986a5c5eccc88cec23fabe6aeaf351790751145c81e"
14-
ubuntu-2204-docker-image:
15-
type: string
16-
# solbuildpackpusher/solidity-buildpack-deps:ubuntu2204-2
17-
default: "solbuildpackpusher/solidity-buildpack-deps@sha256:877fcc2589779f8245770711d10db92eda97d338dae76b6a9f27dde1a41b3aa0"
1814
ubuntu-2404-docker-image:
1915
type: string
2016
# solbuildpackpusher/solidity-buildpack-deps:ubuntu2404-3
@@ -573,42 +569,6 @@ defaults:
573569
MAKEFLAGS: -j 10
574570
CPUs: 10
575571

576-
- base_ubuntu2204: &base_ubuntu2204
577-
docker:
578-
- image: << pipeline.parameters.ubuntu-2204-docker-image >>
579-
environment: &base_ubuntu2204_env
580-
TERM: xterm
581-
CC: gcc
582-
CXX: g++
583-
MAKEFLAGS: -j 3
584-
CPUs: 3
585-
586-
- base_ubuntu2204_large: &base_ubuntu2204_large
587-
<<: *base_ubuntu2204
588-
resource_class: large
589-
environment: &base_ubuntu2204_large_env
590-
<<: *base_ubuntu2204_env
591-
MAKEFLAGS: -j 5
592-
CPUs: 5
593-
594-
- base_ubuntu2204_clang: &base_ubuntu2204_clang
595-
docker:
596-
- image: << pipeline.parameters.ubuntu-2204-docker-image >>
597-
environment: &base_ubuntu2204_clang_env
598-
TERM: xterm
599-
CC: clang
600-
CXX: clang++
601-
MAKEFLAGS: -j 3
602-
CPUs: 3
603-
604-
- base_ubuntu2204_clang_large: &base_ubuntu2204_clang_large
605-
<<: *base_ubuntu2204_clang
606-
resource_class: large
607-
environment: &base_ubuntu2204_clang_large_env
608-
<<: *base_ubuntu2204_clang_env
609-
MAKEFLAGS: -j 5
610-
CPUs: 5
611-
612572
- base_ubuntu2404: &base_ubuntu2404
613573
docker:
614574
- image: << pipeline.parameters.ubuntu-2404-docker-image >>
@@ -1150,8 +1110,6 @@ jobs:
11501110
EVM: << pipeline.parameters.evm-version >>
11511111
EOF_VERSION: 0
11521112
OPTIMIZE: 0
1153-
# Skip semantic tests due to evmone compatibility issues with Ubuntu 22.04
1154-
SOLTEST_FLAGS: --no-semantic-tests --no-smt
11551113
steps:
11561114
- soltest
11571115

0 commit comments

Comments
 (0)