File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories:
88 nixpkgs : https://nixos.org/channels/nixpkgs-unstable
99
1010packages :
11- - nixpkgs.python
11+ - nixpkgs.python3
1212 - nixpkgs.uv
1313 - nixpkgs.git
1414 - nixpkgs.gnumake
Original file line number Diff line number Diff line change @@ -50,6 +50,14 @@ tasks:
5050 cd hop3
5151 uv run make lint
5252
53+ - buildah : |
54+ cd hop3
55+ buildah build .
56+
57+ - docker-build : |
58+ cd hop3
59+ sudo docker build .
60+
5361 - test : |
5462 cd hop3
5563 # Ensure HOP3_DEV_HOST is not set for c_system tests (they use Docker)
@@ -60,14 +68,6 @@ tasks:
6068 cd hop3
6169 uv run nox -P 3.12
6270
63- - buildah : |
64- cd hop3
65- buildah build .
66-
67- - docker-build : |
68- cd hop3
69- sudo docker build .
70-
7171 # - e2e-docker: |
7272 # cd hop3
7373 # hop3-test ci
You can’t perform that action at this time.
0 commit comments