Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 6, 2024
1 parent ac86316 commit 75dbca0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_AUTH_TOKEN_HOLOCHAIN_OPEN_DEV }}"
run: |
nix build .#profiles_integrity.meta.debug
nix build -L .#profiles_integrity.meta.debug
sha256sum result
nix build .#profiles.meta.debug
nix build -L .#profiles.meta.debug
sha256sum result
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cargo-features = ["trim-paths"]
cargo-features = ["trim-paths"]

[workspace]
members = ["crates/*"]
Expand All @@ -15,5 +15,5 @@ opt-level = "z"

[profile.release]
opt-level = "z"
# trim-paths = true
# remap-debuginfo = true
trim-paths = true
remap-debuginfo = true
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75dbca0

Please sign in to comment.