Skip to content

Commit de8fcca

Browse files
committed
chore: CI
1 parent 59a2642 commit de8fcca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.builds/nixos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories:
88
nixpkgs: https://nixos.org/channels/nixpkgs-unstable
99

1010
packages:
11-
- nixpkgs.python
11+
- nixpkgs.python3
1212
- nixpkgs.uv
1313
- nixpkgs.git
1414
- nixpkgs.gnumake

.builds/ubuntu2404.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)