-
Notifications
You must be signed in to change notification settings - Fork 989
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update python to 3.12 * drop down to 3.12.4 for compatibility * setup rust toolchain for deps * fix typo * fix linter * fixing linter * adding rust dep * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying to fix circleci * trying new image * trying new image * trying new image * trying new image * invalidate cache * bump reqs * remove cache invalidation * fix cache name * update to use latest image
- Loading branch information
Showing
11 changed files
with
62 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ commands: | |
jobs: | ||
checkout_specs: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
# Restore git repo at point close to target branch/revision, to speed up checkout | ||
|
@@ -80,19 +80,19 @@ jobs: | |
- ~/specs-repo | ||
install_pyspec_test: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: ethpandaops/circleci-python-rust:latest | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
key: v3-specs-repo-{{ .Branch }}-{{ .Revision }} | ||
- restore_pyspec_cached_venv | ||
- run: | ||
name: Install pyspec requirements | ||
command: make install_test | ||
command: make install_test && make preinstallation | ||
- save_pyspec_cached_venv | ||
test-phase0: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -105,7 +105,7 @@ jobs: | |
path: tests/core/pyspec/test-reports | ||
test-altair: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -118,7 +118,7 @@ jobs: | |
path: tests/core/pyspec/test-reports | ||
test-bellatrix: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -131,7 +131,7 @@ jobs: | |
path: tests/core/pyspec/test-reports | ||
test-capella: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -144,7 +144,7 @@ jobs: | |
path: tests/core/pyspec/test-reports | ||
test-deneb: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -157,7 +157,7 @@ jobs: | |
path: tests/core/pyspec/test-reports | ||
test-electra: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -170,7 +170,7 @@ jobs: | |
path: tests/core/pyspec/test-reports | ||
test-whisk: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -183,7 +183,7 @@ jobs: | |
path: tests/core/pyspec/test-reports | ||
test-eip7594: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -205,7 +205,7 @@ jobs: | |
command: sudo npm install -g [email protected] && make check_toc | ||
codespell: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- checkout | ||
|
@@ -214,7 +214,7 @@ jobs: | |
command: pip install 'codespell<3.0.0,>=2.0.0' --user && make codespell | ||
lint: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -270,7 +270,7 @@ jobs: | |
- /nix | ||
install_deposit_contract_web3_tester: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -282,7 +282,7 @@ jobs: | |
- save_deposit_contract_tester_cached_venv | ||
test_deposit_contract_web3_tests: | ||
docker: | ||
- image: circleci/python:3.9 | ||
- image: cimg/python:3.12.4 | ||
working_directory: ~/specs-repo | ||
steps: | ||
- restore_cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pip>=23.1.2 | ||
wheel>=0.40.0 | ||
setuptools>=68.0.0 | ||
pylint>=3.0.0 | ||
pip>=24.0.0 | ||
wheel>=0.44.0 | ||
setuptools>=72.0.0 | ||
pylint>=3.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters