Skip to content

Commit

Permalink
Merge branch 'main' into john/db-service-nic-explicit-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Feb 15, 2024
2 parents 52e8275 + ae39f26 commit a032b3e
Show file tree
Hide file tree
Showing 22 changed files with 1,598 additions and 471 deletions.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustc --version
# trampoline global zone images.
#
COMMIT=$(git rev-parse HEAD)
VERSION="6.0.0-0.ci+git${COMMIT:0:11}"
VERSION="7.0.0-0.ci+git${COMMIT:0:11}"
echo "$VERSION" >/work/version.txt

ptime -m ./tools/install_builder_prerequisites.sh -yp
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@717ed1cb83959ef327137c2f806e1d8597bfca9f # v2
uses: taiki-e/install-action@14422f84f07a2d547893af56258f5e59333262df # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
Loading

0 comments on commit a032b3e

Please sign in to comment.