Skip to content
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

ci: fix toolchain #2060

Merged
merged 1 commit into from
Jul 15, 2022
Merged

ci: fix toolchain #2060

merged 1 commit into from
Jul 15, 2022

Conversation

haraldh
Copy link
Member

@haraldh haraldh commented Jul 15, 2022

Run actions-rs/toolchain@v1
/runner/_work/_temp/5a8c1328-61cf-4c6e-8a44-0a2477ad5648 --default-toolchain none -y
info: downloading installer
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
info: skipping toolchain installation
Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
/root/.cargo/bin/rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  /root/.rustup
installed toolchains
--------------------
error: no default toolchain configured
Error: The process '/root/.cargo/bin/rustup' failed with exit code 1

Signed-off-by: Harald Hoyer harald@profian.com

@enarxbot enarxbot enabled auto-merge (rebase) July 15, 2022 07:50
@github-actions github-actions bot added the infrastructure General issues around project infrastructure label Jul 15, 2022
@haraldh haraldh force-pushed the fix/toolchain branch 11 times, most recently from 841f5a5 to 0382020 Compare July 15, 2022 09:25
@rvolosatovs rvolosatovs mentioned this pull request Jul 15, 2022
@haraldh haraldh marked this pull request as draft July 15, 2022 09:30
auto-merge was automatically disabled July 15, 2022 09:30

Pull request was converted to draft

@haraldh haraldh force-pushed the fix/toolchain branch 4 times, most recently from 6975a03 to 49dae29 Compare July 15, 2022 09:45
@haraldh haraldh marked this pull request as ready for review July 15, 2022 09:54
@enarxbot enarxbot enabled auto-merge (rebase) July 15, 2022 10:10
```
Run actions-rs/toolchain@v1
/runner/_work/_temp/5a8c1328-61cf-4c6e-8a44-0a2477ad5648 --default-toolchain none -y
info: downloading installer
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
info: skipping toolchain installation
Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
/root/.cargo/bin/rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  /root/.rustup
installed toolchains
--------------------
error: no default toolchain configured
Error: The process '/root/.cargo/bin/rustup' failed with exit code 1
```

Signed-off-by: Harald Hoyer <harald@profian.com>
@codecov
Copy link

codecov bot commented Jul 15, 2022

Codecov Report

Merging #2060 (4986c7e) into main (4d368d9) will increase coverage by 11.29%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #2060       +/-   ##
===========================================
+ Coverage   49.80%   61.10%   +11.29%     
===========================================
  Files         179      179               
  Lines       10614    10630       +16     
===========================================
+ Hits         5286     6495     +1209     
+ Misses       5328     4135     -1193     
Impacted Files Coverage Δ
src/backend/sev/data.rs 94.59% <0.00%> (+0.90%) ⬆️
src/backend/probe/x86_64.rs 89.58% <0.00%> (+2.08%) ⬆️
src/backend/kvm/thread.rs 83.67% <0.00%> (+5.44%) ⬆️
src/backend/sev/snp/firmware/mod.rs 68.29% <0.00%> (+7.31%) ⬆️
src/backend/sev/snp/mod.rs 16.30% <0.00%> (+9.78%) ⬆️
src/backend/kvm/mem.rs 71.42% <0.00%> (+14.28%) ⬆️
src/backend/sgx/mod.rs 59.52% <0.00%> (+14.28%) ⬆️
src/backend/sev/snp/vcek.rs 84.57% <0.00%> (+19.42%) ⬆️
src/backend/sgx/data.rs 87.50% <0.00%> (+53.40%) ⬆️
src/backend/sgx/attestation.rs 58.52% <0.00%> (+58.52%) ⬆️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d368d9...4986c7e. Read the comment docs.

@enarxbot enarxbot merged commit db663ac into enarx:main Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure General issues around project infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants