mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-18 20:20:09 +00:00
upgrade nixos/nix image
This commit is contained in:
parent
4f352a711a
commit
6281c64c33
@ -34,7 +34,7 @@ before_script:
|
|||||||
|
|
||||||
ci:
|
ci:
|
||||||
stage: ci
|
stage: ci
|
||||||
image: nixos/nix:2.19.2
|
image: nixos/nix:2.20.4
|
||||||
script:
|
script:
|
||||||
- direnv exec . engage
|
- direnv exec . engage
|
||||||
cache:
|
cache:
|
||||||
@ -45,7 +45,7 @@ ci:
|
|||||||
|
|
||||||
static:x86_64-unknown-linux-musl:
|
static:x86_64-unknown-linux-musl:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
image: nixos/nix:2.19.2
|
image: nixos/nix:2.20.4
|
||||||
script:
|
script:
|
||||||
# Push artifacts and build requirements to binary cache
|
# Push artifacts and build requirements to binary cache
|
||||||
- ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
|
- ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
|
||||||
@ -58,7 +58,7 @@ static:x86_64-unknown-linux-musl:
|
|||||||
|
|
||||||
static:aarch64-unknown-linux-musl:
|
static:aarch64-unknown-linux-musl:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
image: nixos/nix:2.19.2
|
image: nixos/nix:2.20.4
|
||||||
script:
|
script:
|
||||||
# Push artifacts and build requirements to binary cache
|
# Push artifacts and build requirements to binary cache
|
||||||
- ./bin/nix-build-and-cache .#static-aarch64-unknown-linux-musl
|
- ./bin/nix-build-and-cache .#static-aarch64-unknown-linux-musl
|
||||||
@ -74,7 +74,7 @@ static:aarch64-unknown-linux-musl:
|
|||||||
# all containerized anyway.
|
# all containerized anyway.
|
||||||
oci-image:x86_64-unknown-linux-gnu:
|
oci-image:x86_64-unknown-linux-gnu:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
image: nixos/nix:2.19.2
|
image: nixos/nix:2.20.4
|
||||||
script:
|
script:
|
||||||
# Push artifacts and build requirements to binary cache
|
# Push artifacts and build requirements to binary cache
|
||||||
#
|
#
|
||||||
@ -96,7 +96,7 @@ oci-image:aarch64-unknown-linux-musl:
|
|||||||
# Wait for the static binary job to finish before starting so we don't have
|
# Wait for the static binary job to finish before starting so we don't have
|
||||||
# to build that twice for no reason
|
# to build that twice for no reason
|
||||||
- static:aarch64-unknown-linux-musl
|
- static:aarch64-unknown-linux-musl
|
||||||
image: nixos/nix:2.19.2
|
image: nixos/nix:2.20.4
|
||||||
script:
|
script:
|
||||||
# Push artifacts and build requirements to binary cache
|
# Push artifacts and build requirements to binary cache
|
||||||
- ./bin/nix-build-and-cache .#oci-image-aarch64-unknown-linux-musl
|
- ./bin/nix-build-and-cache .#oci-image-aarch64-unknown-linux-musl
|
||||||
|
Loading…
Reference in New Issue
Block a user