Closed
Conversation
ameba23
commented
Nov 27, 2025
| "/nix" | ||
| ) | ||
|
|
||
| if [[ ! "$PROFILES" == *"devtools"* ]]; then |
Contributor
Author
There was a problem hiding this comment.
Without this i was getting:
‣ Running finalize script /home/debian/mnt/base/debloat.sh…
/work/finalize: line 42: PROFILES: unbound variable
‣ "/work/finalize" returned non-zero exit code 1.
I'm not sure if there is any danger in accepting an unbound value here.
ameba23
commented
Nov 27, 2025
| cd '/build/$package' | ||
| cargo fetch | ||
| cargo build --release --frozen ${extra_features:+--features $extra_features} | ||
| cargo build -p $package --release --frozen ${extra_features:+--features $extra_features} |
Contributor
Author
There was a problem hiding this comment.
I have more than one crate in the workspace, so i need to specify which one i want to build. Im not sure whether this change would effect other users of this script - need to check their crate names (lighthouse, reth and rbuilder).
Contributor
Author
|
Currently having an issue with missing runtime dependency: |
Contributor
Author
|
Closing this as it is not intended to be merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is what i plan to use for testing attestation generation / verification code on Azure.
I don't necessarily want to merge this, but keeping a draft PR so i can add notes.