Skip to content
Commit 52973737 authored by Matthew Clarkson's avatar Matthew Clarkson Committed by Matthew Clarkson
Browse files

test: disable runfiles test on MacOS due to non-hermetic `rules_python`

`rules_python` expects `install_name_tool` to be available on the system.

This is not the case when MacOS does not have developer tools installed.

`rules_python` attempts to perform the following:

```
/usr/bin/install_name_tool -id @rpath/libpython3.11.dylib lib/libpython3.11.dylib
```

We should do either:

- Upstream support for hermetic `install_name_tool`
- Switch the runfiles test to `rules_go`

The latter is likely the best choice.
parent c4020797
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment