Skip to content
/ bits Public

Commit af4b2a1

Browse files
committed
Fix CI build: update deps hash, quiet devenv output
Update x86_64-linux deps hash after dependency changes. Add --quiet flag to devenv build to suppress spinner output.
1 parent 1ef798a commit af4b2a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.forgejo/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id: build
8787
run: |
8888
echo "Building ${{ matrix.output }}..."
89-
image_path=$(devenv build outputs.${{ matrix.output }})
89+
image_path=$(devenv build --quiet outputs.${{ matrix.output }})
9090
echo "image_path=$image_path" >> "$GITHUB_OUTPUT"
9191
echo "Built: $image_path"
9292

pkgs/bits-uberjar/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"aarch64-darwin" = "sha256-eA8CEscn7qsgAtSwJ4ba5SfCN+yDnE+uFo+ucp7oZbo=";
3535
"aarch64-linux" = "sha256-XstFJyp7SZe+t4ctVAXI2VssF0O7LjPp6PPzW2gE1n8=";
36-
"x86_64-linux" = "sha256-hp56N3PEHk7nKy8MmA1Vwm46w7jKSkXmmMgUVkVOmtE=";
36+
"x86_64-linux" = "sha256-azy37je1iTqryhhe/kluPpltVADTtF+BOFBNmEi73u4=";
3737
}.${
3838
stdenv.hostPlatform.system
3939
};

0 commit comments

Comments
 (0)