mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-14 14:01:57 -05:00
deps: update dependency DeterminateSystems/nix-installer to v0.32.1 (#3536)
* deps: update dependency DeterminateSystems/nix-installer to v0.32.1 * ci: run reproducible builds workflow on changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Markus Rudy <mr@edgeless.systems>
This commit is contained in:
parent
59b9d54c44
commit
64b395dba8
5
.github/workflows/reproducible-builds.yml
vendored
5
.github/workflows/reproducible-builds.yml
vendored
@ -13,6 +13,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "45 06 * * 1" # Every Monday at 6:45am
|
- cron: "45 06 * * 1" # Every Monday at 6:45am
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- .github/workflows/reproducible-builds.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-binaries:
|
build-binaries:
|
||||||
@ -54,7 +57,7 @@ jobs:
|
|||||||
chmod a+x "$HOME/.local/bin/bazel"
|
chmod a+x "$HOME/.local/bin/bazel"
|
||||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
curl -fsSL -o "$HOME/.local/bin/nix-installer" https://github.com/DeterminateSystems/nix-installer/releases/download/v0.26.3/nix-installer-x86_64-linux # renovate:github-release
|
curl -fsSL -o "$HOME/.local/bin/nix-installer" https://github.com/DeterminateSystems/nix-installer/releases/download/v0.32.1/nix-installer-x86_64-linux # renovate:github-release
|
||||||
chmod a+x "$HOME/.local/bin/nix-installer"
|
chmod a+x "$HOME/.local/bin/nix-installer"
|
||||||
"$HOME/.local/bin/nix-installer" install --no-confirm
|
"$HOME/.local/bin/nix-installer" install --no-confirm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user