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 sanitizer search paths. #1019

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

DanAlbert
Copy link
Member

afaict this directory hasn't been named lib64 for quite some time, and it definitely isn't for the NDK this sample uses on macOS. find prebuilts/clang/host -name lib64 only finds one version of Clang where this was named lib64 (there were likely others that have since been removed from the repos, but they'll be rather old).

This wasn't caught by CI because the shell script that drives the build only builds the default build type. That will be fixed automatically as part of #1010.

afaict this directory hasn't been named lib64 for quite some time, and
it definitely isn't for the NDK this sample uses on macOS. `find
prebuilts/clang/host -name lib64` only finds one version of Clang where
this was named lib64 (there were likely others that have since been
removed from the repos, but they'll be rather old).

This wasn't caught by CI because the shell script that drives the build
only builds the default build type. That will be fixed automatically as
part of android#1010.
@DanAlbert DanAlbert requested a review from jfgoog May 7, 2024 19:31
@DanAlbert
Copy link
Member Author

@fmayer I can't add you as a reviewer, presumably that also means your vote won't count?

@DanAlbert DanAlbert enabled auto-merge (rebase) May 7, 2024 19:42
@DanAlbert DanAlbert merged commit 4672ec0 into android:main May 7, 2024
2 checks passed
@DanAlbert DanAlbert deleted the fix-sanitizer-paths branch May 7, 2024 20:04
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.

3 participants