Merge remote-tracking branch 'origin/main' into optional-nix-conf
This commit is contained in:
commit
e07b0fdbff
6
.github/workflows/check-and-test.yaml
vendored
6
.github/workflows/check-and-test.yaml
vendored
|
@ -21,8 +21,10 @@ jobs:
|
||||||
|
|
||||||
- name: Check health of flake.lock
|
- name: Check health of flake.lock
|
||||||
uses: DeterminateSystems/flake-checker-action@main
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
with:
|
# TODO: re-enable fail mode when we find a way to bump Nixpkgs to 24.05
|
||||||
fail-mode: true
|
# without breaking the static Rust build
|
||||||
|
#with:
|
||||||
|
# fail-mode: true
|
||||||
|
|
||||||
- name: Check Rust formatting
|
- name: Check Rust formatting
|
||||||
run: nix develop --command cargo fmt --check
|
run: nix develop --command cargo fmt --check
|
||||||
|
|
|
@ -254,7 +254,9 @@ async fn main_cli() -> Result<()> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
tracing::info!("FlakeHub cache is disabled.");
|
tracing::info!(
|
||||||
|
"FlakeHub cache is disabled, as the `use-flakehub` setting is set to `false`."
|
||||||
|
);
|
||||||
None
|
None
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue