Skip to content

Commit

Permalink
Merge branch 'main' into dap/blueprint-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Feb 14, 2024
2 parents 61f7f05 + a93462f commit fcea625
Show file tree
Hide file tree
Showing 114 changed files with 7,174 additions and 3,238 deletions.
4 changes: 2 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
if [ "$OMICRON_USE_FLAKE" = 1 ] && nix flake show &> /dev/null
then
use flake;
fi
fi
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@e17a4e247d4a36441181d7758c499d97e1e006bd # v2
uses: taiki-e/install-action@717ed1cb83959ef327137c2f806e1d8597bfca9f # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macos-12 ]
os: [ ubuntu-22.04, macos-14 ]
steps:
# This repo is unstable and unnecessary: https://github.com/microsoft/linux-package-repositories/issues/34
- name: Disable packages.microsoft.com repo
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ README.html
TODO.html
logs
out
tools/clickhouse*
tools/cockroach*
/clickhouse/
/cockroachdb/
smf/nexus/root.json
Expand Down
Loading

0 comments on commit fcea625

Please sign in to comment.