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 Docker image builds for arm64 #1773

Merged
merged 1 commit into from
Jul 13, 2021
Merged

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Jul 13, 2021

📔 Description

  • FindSSE.cmake module that checks for availability of various SSE-related compiler flags.
  • Bug fixes in base64.hpp to account for the difference between char and signed char on some platforms, e.g., arm64.
  • Use GCC-8 specific version of VAST_DISCARD_ARGS for all GCC versions; the same issues occured for GCC-10.

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

Reason about the changes I've made. Read the code changes carefully.

Copy link
Member

@mavam mavam left a comment

Choose a reason for hiding this comment

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

The C++ changes look reasonable to me. Glancing over the CMake, I can't find anything weird either.

libvast/vast/detail/discard.hpp Show resolved Hide resolved
@dominiklohmann dominiklohmann force-pushed the story/ch27201/docker-arm64 branch 2 times, most recently from 817501c to f2b84df Compare July 13, 2021 19:11
- `FindSSE.cmake` module that checks for availability of various
  SSE-related compiler flags.
- Bug fixes in `base64.hpp` to account for the difference between char
  and signed char on some platforms, e.g., arm64.
- Use GCC-8 specific version of `VAST_DISCARD_ARGS` for all GCC
  versions; the same issues occured for GCC-10.
@dominiklohmann dominiklohmann merged commit b028e6a into master Jul 13, 2021
@dominiklohmann dominiklohmann deleted the story/ch27201/docker-arm64 branch July 13, 2021 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants