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

macOS failing tests #6515

Closed
NejcZdovc opened this issue Oct 17, 2019 · 1 comment · Fixed by brave/brave-core#5493 or brave/brave-core#6408
Closed

macOS failing tests #6515

NejcZdovc opened this issue Oct 17, 2019 · 1 comment · Fixed by brave/brave-core#5493 or brave/brave-core#6408

Comments

@NejcZdovc
Copy link
Contributor

Tests are failing on macOS with this error (browser and unit):

00:50:14  python ../../build/gn_run_binary.py /usr/bin/install_name_tool -change @loader_path/../../Libraries/libadblock.dylib @executable_path/gen/adblock/out/x86_64-apple-darwin/release/libadblock.dylib brave_unit_tests
00:50:14  error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: changing install names or rpaths can't be redone for: brave_unit_tests (for architecture x86_64) because larger updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -headerpad_max_install_names)

https://staging.ci.brave.com/job/brave-browser-build-pr/job/recurring-tips/11/execution/node/722/log/
https://staging.ci.brave.com/job/brave-browser-build-pr/job/recurring-tips/11/execution/node/705/log/

@bsclifton
Copy link
Member

@bridiver is -headerpad or -headerpad_max_install_names something we need to add to https://github.com/brave/brave-core/blob/master/test/BUILD.gn ?

@bridiver bridiver reopened this Aug 12, 2020
@bridiver bridiver added this to the 1.14.x - Nightly milestone Aug 16, 2020
@bridiver bridiver self-assigned this Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment