-
Notifications
You must be signed in to change notification settings - Fork 67
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 libfaketime build on arm/v7 #652
Conversation
WalkthroughThe pull request updates multiple Dockerfiles for the cloud server applications by changing the base image version from Changes
No sequence diagram is necessary for this change, as the modifications are purely structural and do not alter the control flow or introduce new functionality. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🎉 Thank you for your code contribution! To guarantee the change/addition is conformant to the OCF Specification, we would like to ask you to execute OCF Conformance Testing of your change ☝️ when your work is ready to be reviewed. ℹ️ To verify your latest change (bb5c209), label this PR with |
a39dc40
to
4f36981
Compare
4f36981
to
8616090
Compare
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
deps/mbedtls.cmake (1)
71-81
: LGTM! Well-structured fix for ARM builds.The conditional compilation options are well-implemented and properly documented. The solution correctly targets the false positive array bounds warning in GCC ARM builds without affecting other architectures or compilers.
Consider enhancing the comment to include the GCC version where this issue was observed, which would help future maintainers understand if newer GCC versions still need this workaround:
- # there is a false positive in ctr_drbg.c when built with default arm64 gcc + # there is a false positive in ctr_drbg.c when built with default arm64 gcc (observed in GCC <version>)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
deps/mbedtls.cmake
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (37)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build-and-push-images (cloud-server-debug, Debug, docker/apps/Dockerfile.cloud-server-debug) / build-and-push-image
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build-and-push-images (cloud-server-debug, Debug, docker/apps/Dockerfile.cloud-server-debug) / build-and-push-image
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: build-and-push-images (cloud-server, Release, docker/apps/Dockerfile.cloud-server) / build-and-push-image
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build-and-push-images (cloud-server-debug, Debug, docker/apps/Dockerfile.cloud-server-debug) / build-and-push-image
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: build-and-push-images (cloud-server, Release, docker/apps/Dockerfile.cloud-server) / build-and-push-image
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1)
- GitHub Check: build-and-push-images (cloud-server-debug, Debug, docker/apps/Dockerfile.cloud-server-debug) / build-and-push-image
- GitHub Check: build_esp32 (-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;hawkbit/sdkconfig.defaults.hawkbit", true)
- GitHub Check: build-and-push-images (cloud-server, Release, docker/apps/Dockerfile.cloud-server) / build-and-push-image
- GitHub Check: make_linux_java (CLOUD=1 DEBUG=1)
No description provided.