-
Notifications
You must be signed in to change notification settings - Fork 12
Dummy server for testing azure attestation #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "/nix" | ||
| ) | ||
|
|
||
| if [[ ! "$PROFILES" == *"devtools"* ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
| 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} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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).
|
Currently having an issue with missing runtime dependency: |
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.