File tree 2 files changed +1
-6
lines changed
test/starlark_tests/resources
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 34
34
disk-cache : ${{ github.workflow }}
35
35
repository-cache : true
36
36
bazelrc : |
37
- common --sandbox_debug
38
37
test --test_tag_filters=-skipci
39
38
- name : Bazel Info
40
39
run : |
Original file line number Diff line number Diff line change @@ -1336,11 +1336,7 @@ genrule(
1336
1336
name = "ccinfo_dylibs_mylib-shared-with-rpath" ,
1337
1337
srcs = [":ccinfo_dylibs_mylib-shared" ],
1338
1338
outs = ["libmylib_with_rpath.dylib" ],
1339
- cmd = """
1340
- stat $(location :ccinfo_dylibs_mylib-shared)
1341
- install_name_tool -id @rpath/libmylib_with_rpath.dylib $(location :ccinfo_dylibs_mylib-shared)
1342
- cp $(location :ccinfo_dylibs_mylib-shared) $@
1343
- """ ,
1339
+ cmd = "install_name_tool -id @rpath/libmylib_with_rpath.dylib $(location :ccinfo_dylibs_mylib-shared) && cp $(location :ccinfo_dylibs_mylib-shared) $@" ,
1344
1340
)
1345
1341
1346
1342
# Import our dynamically linked library.
You can’t perform that action at this time.
0 commit comments