forked from input-output-hk/daedalus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request input-output-hk#3008 from input-output-hk/chore/dd…
…w-1083-flakes [DDW-1083] Build Daedalus with Nix flakes
- Loading branch information
Showing
58 changed files
with
2,041 additions
and
2,841 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 |
---|---|---|
@@ -1,41 +1,42 @@ | ||
env: | ||
|
||
ARTIFACT_BUCKET: s3://ci-output-sink | ||
|
||
steps: | ||
|
||
# XXX: `</dev/null turns off any interactive questions from Nix (e.g. accept-flake-config) | ||
|
||
- input: ':recycle: Trigger ‘x86_64-darwin’' | ||
key: 'trigger-x86_64-darwin' | ||
|
||
- input: ':recycle: Trigger ‘aarch64-darwin’' | ||
key: 'trigger-aarch64-darwin' | ||
|
||
- label: 'daedalus-x86_64-darwin' | ||
command: 'scripts/with-nix-unstable.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER' | ||
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.x86_64-darwin.buildkitePipeline' | ||
depends_on: 'trigger-x86_64-darwin' | ||
agents: | ||
queue: lace | ||
system: x86_64-darwin | ||
|
||
- label: 'daedalus-aarch64-darwin' | ||
command: 'scripts/with-nix-unstable.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER' | ||
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.aarch64-darwin.buildkitePipeline' | ||
depends_on: 'trigger-aarch64-darwin' | ||
env: | ||
# XXX: avoid Böhm GC segfaults in Nix on aarch64-darwin: | ||
GC_DONT_GC: 1 | ||
agents: | ||
queue: lace | ||
system: aarch64-darwin | ||
|
||
- label: 'daedalus-x86_64-linux-nix' | ||
command: 'scripts/with-nix-unstable.sh scripts/build-installer-nix.sh $BUILDKITE_BUILD_NUMBER' | ||
- label: 'daedalus-x86_64-linux' | ||
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.x86_64-linux.buildkitePipeline' | ||
agents: | ||
queue: lace | ||
system: x86_64-linux | ||
|
||
- label: 'daedalus-x86_64-windows-nix' | ||
command: 'scripts/with-nix-unstable.sh scripts/build-cross-windows.sh $BUILDKITE_BUILD_NUMBER' | ||
- label: 'daedalus-x86_64-windows' | ||
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.x86_64-windows.buildkitePipeline' | ||
agents: | ||
queue: lace | ||
system: x86_64-linux | ||
|
||
# TODO: Re-enable once script is fixed | ||
# - label: 'release.nix' | ||
# command: 'ci/check-hydra.sh' | ||
# agents: | ||
# system: x86_64-linux |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.