-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade to CCF 3.0.13 #147
Conversation
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.
Overall, lgtm. But I believe we cannot safely merge this PR until we re-enable the build for SGX to validate that all test scenarios pass in every platform
Addressed #141 by upgrading to 3.0.13 |
@@ -27,7 +27,7 @@ jobs: | |||
# Work-around for https://github.com/actions/runner/issues/2033 | |||
- name: Work around git safe.directory in container | |||
run: chown -R $(id -u):$(id -g) $PWD | |||
- run: apt-get update && apt-get install -y libcurl4-openssl-dev faketime clang-tidy-10 | |||
- run: apt-get update && apt-get install -y libcurl4-openssl-dev faketime clang-tidy-12 |
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.
why are you changing this? Is it related to the move to 3.0.13?
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.
not necessarily, just wanted to use a more recent version. The format errors currently flagged in the CI pipeline are occurring also with clang-tidy-10
, I'm working on those rn
You'd need to change Please also elaborate on the changes in the the issue description, e.g. why changing clang versions as well |
Added more details in the description. |
This PR upgrades CCF to version 3.0.13. This is an intermediate step before moving to 4.x/5.x .
Upgraded to
clang-11
for SGX andclang-15
for Virtual builds since those are CCF 3.0.13 requirements (https://github.com/microsoft/CCF/releases/tag/ccf-3.0.13)