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

Fix ita-sgx-runtime standalone build and improve its Cargo.toml #1580

Merged
merged 5 commits into from
Feb 28, 2024

Conversation

clangenb
Copy link
Contributor

@clangenb clangenb commented Feb 27, 2024

I noticed that when preparing the raffle-demo that sgx-runtime doesn't build by itself in std, the reason was missing std enablement, I fixed it by removing the unnecessary dependencies whatsoever.

@clangenb clangenb added A2-applibs Affects app-libs, i.e. runtime or stf B1-releasenotes C1-low 📌 Does not elevate a release containing this beyond "low priority" E0-breaksnothing labels Feb 27, 2024
@@ -246,7 +246,7 @@ jobs:
run: rustup show

- name: Install taplo
run: cargo install taplo-cli --locked
run: cargo install --version 0.8.1 taplo-cli --locked
Copy link
Contributor Author

@clangenb clangenb Feb 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The newest taplo requires rustc-v1.7.1, which we don't have

@clangenb clangenb merged commit ba391c4 into master Feb 28, 2024
36 checks passed
@clangenb clangenb deleted the cl/minor-fixes branch February 28, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A2-applibs Affects app-libs, i.e. runtime or stf B1-releasenotes C1-low 📌 Does not elevate a release containing this beyond "low priority" E0-breaksnothing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant