-
Notifications
You must be signed in to change notification settings - Fork 112
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
oasis-test-runner: Enable sgx_loader in client node #5868
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for oasisprotocol-oasis-core canceled.
|
@@ -61,6 +61,8 @@ func (client *Client) ModifyConfig() error { | |||
if len(client.runtimes) > 0 { | |||
client.Config.Mode = config.ModeClient | |||
client.Config.Runtime.Provisioner = client.runtimeProvisioner | |||
client.Config.Runtime.SGXLoader = client.net.cfg.RuntimeSGXLoaderBinary |
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.
Is it possible that net
or cfg
is nil
?
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.
Should never be.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5868 +/- ##
==========================================
+ Coverage 64.93% 65.07% +0.14%
==========================================
Files 622 624 +2
Lines 63492 63724 +232
==========================================
+ Hits 41229 41470 +241
+ Misses 17379 17369 -10
- Partials 4884 4885 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
40179db
to
f1a1e2f
Compare
Since we won't be running ROFLs on the client nodes on sapphire-localnet yet I think there is no need for this PR anymore. |
Still makes sense to do it? |
Needed by oasisprotocol/oasis-web3-gateway#625