-
Notifications
You must be signed in to change notification settings - Fork 19
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
add missing dcap arg within dockerfile #3004
Conversation
e91108e
to
15568b3
Compare
Shall we use DCAP in regular CI too? |
Co-authored-by: higherordertech <higherordertech>
Maybe not. Because it requires hardware. Regular CI runners don't have hardware. |
I think we should let it run with DCAP RA - you could double-check how these RA extrinsics are generated. It's a skip-ra variant, but it's a dcap version of skip-ra |
Not really, this PR doesn't change any logic within ci.yml. So our general CI is not affected. DCAP feature will only be enabled when building release package. |
* add missing arg within dockerfile * copy missing protobuf * fix: use dynamic date for unit test (#3015) Co-authored-by: higherordertech <higherordertech> * add dcap as default feature --------- Co-authored-by: will.li <[email protected]>
There was no RA_METHOD args within dockerfile. So the parameter from yml file is not passed into dockerfile when building release docker images.
Ref:
https://github.com/litentry/litentry-parachain/blob/f138676e152adb07fc1dc02572e1cae2d482ed51/.github/workflows/create-release-draft.yml#L219
https://github.com/litentry/litentry-parachain/blob/f138676e152adb07fc1dc02572e1cae2d482ed51/.github/workflows/create-release-draft.yml#L292