Compare commits

..

1 Commits

Author SHA1 Message Date
a2c0ad8bfb paralell build try 2025-03-30 15:26:01 +02:00

View File

@@ -1,7 +1,6 @@
stages:
- build
- publish
variables:
DEBIAN_FRONTEND: noninteractive
@@ -26,7 +25,7 @@ build-bookworm:
- build
publish-bookworm:
stage: publish
stage: build
needs:
- build-bookworm
dependencies:
@@ -59,7 +58,7 @@ build-sid:
- build
publish-sid:
stage: publish
stage: build
needs:
- build-sid
dependencies:
@@ -95,7 +94,7 @@ build-rocky9:
- build
publish-rocky9:
stage: publish
stage: build
needs:
- build-rocky9
dependencies:
@@ -131,7 +130,7 @@ build-rocky8:
- build
publish-rocky8:
stage: publish
stage: build
needs:
- build-rocky8
dependencies:
@@ -164,7 +163,7 @@ build-pios12:
- build
publish-pios12:
stage: publish
stage: build
needs:
- build-pios12
dependencies:
@@ -197,7 +196,7 @@ build-pios12-64:
- build
publish-pios12-64:
stage: publish
stage: build
needs:
- build-pios12-64
dependencies: