From f426544e67170d31b9d228ecf4cdc4b6ce1ba00d Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Thu, 17 Aug 2017 22:13:39 +0200 Subject: Fix osx_cc_wrapper.sh for multiple rpaths osx_cc_wrapper.sh was not working correctly in cases when multiple rpaths were specified on linking command line. This cl modifies the wrapper to record all rpaths, and use the rpath that corresponds to a particular library when updating libraries install name. Fixes #3450 RELNOTES: None. Change-Id: I614694a792b6724a1db9814ee25af1802560c463 PiperOrigin-RevId: 165618946 --- scripts/ci/bazel-tests.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/ci') diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json index 535459dec4..d0a81d599e 100644 --- a/scripts/ci/bazel-tests.json +++ b/scripts/ci/bazel-tests.json @@ -86,7 +86,8 @@ "//scripts/...", "filter(\"^(?!//src/test/docker).*$\", //src/test/...)", "//third_party/ijar/...", - "//tools/android/..." + "//tools/android/...", + "//src/test/shell/bazel:cpp_darwin_integration_test" ], "targets": [] } -- cgit v1.2.3