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

[tbb] Support tbb build for arm-linux & arm64-linux #14325

Merged
merged 1 commit into from Nov 4, 2020

Conversation

x-projs
Copy link
Contributor

@x-projs x-projs commented Oct 31, 2020

Describe the pull request
Support tbb build for arm-linux & arm64-linux

Verify:
Native build on Raspberry Pi 4B (armv7l):

VCPKG_FORCE_SYSTEM_BINARIES=1 ./vcpkg install tbb

Native build on Raspberry Pi 4B (aarch64):

VCPKG_FORCE_SYSTEM_BINARIES=1 ./vcpkg install tbb

Cross build on Linux (x86_64):

./vcpkg install tbb:arm-linux tbb:arm64-linux
  • What does your PR fix? Fixes #

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    • arm-linux
    • arm64-linux
  • Does your PR follow the maintainer guide?
    Yes

Verify:
Native build on Raspberry Pi 4B (armv7l):
  VCPKG_FORCE_SYSTEM_BINARIES=1 ./vcpkg install tbb

Native build on Raspberry Pi 4B (aarch64):
  VCPKG_FORCE_SYSTEM_BINARIES=1 ./vcpkg install tbb

Cross build on Linux (x86_64):
  ./vcpkg install tbb:arm-linux tbb:arm64-linux
@LilyWangL LilyWangL self-assigned this Nov 2, 2020
@LilyWangL LilyWangL added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Nov 3, 2020
@LilyWangL LilyWangL added the info:reviewed Pull Request changes follow basic guidelines label Nov 3, 2020
@BillyONeal BillyONeal merged commit 5c36967 into microsoft:master Nov 4, 2020
@BillyONeal
Copy link
Member

Thanks for your help!

x-projs pushed a commit to x-projs/vcpkg that referenced this pull request Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants