CI: Suppress unnecessary warnings from commands on MacOS
All threads resolved!
All threads resolved!
Compare changes
Files
2- AlQuemist authored
The `install_name_tool` warnings about the invalidation of the MacOS code signature are discarded: ``` install_name_tool: warning: changes being made to the file will invalidate the code signature in <filename> ``` There is no way to prevent that, as the library RPATHs must be changed to build the MacOS package. Resolves issue #578
@@ -289,7 +289,7 @@ for bin in $pkgbins; do
@@ -343,7 +343,7 @@ for bin in $pkgbins; do