Skip to content

Commit

Permalink
closer to being ready
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Feb 2, 2024
2 parents 86eb6f5 + ed2e63b commit 60c23b0
Show file tree
Hide file tree
Showing 179 changed files with 7,116 additions and 1,370 deletions.
5 changes: 5 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ PATH_add out/cockroachdb/bin
PATH_add out/clickhouse
PATH_add out/dendrite-stub/bin
PATH_add out/mgd/root/opt/oxide/mgd/bin

if nix flake show &> /dev/null
then
use flake;
fi
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/tuf-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ set -o errexit
set -o pipefail
set -o xtrace

ALL_BOARDS=(gimlet-{c..e} psc-{b..c} sidecar-{b..c})
ALL_BOARDS=(gimlet-{c..f} psc-{b..c} sidecar-{b..c})

TOP=$PWD
VERSION=$(< /input/package/work/version.txt)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
toolchain: stable
- name: Install cargo-hakari
uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # v2
uses: taiki-e/install-action@f0940d272d95b8f48df48b1fc7ead81b95bca8b6 # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ debug.out
rusty-tags.vi
*.sw*
tags
.direnv
Loading

0 comments on commit 60c23b0

Please sign in to comment.