Skip to content

Commit

Permalink
CI: fix macOS tar balls
Browse files Browse the repository at this point in the history
Create a symbolic link for libusb-1.0.0.dylib because iio tools
is linked to libusb-1.0.0.dylib but we have libusb-1.0.dylib on
machines.

Signed-off-by: Raluca Groza <raluca.groza@analog.com>
  • Loading branch information
ccraluca authored and pcercuei committed Jul 14, 2023
1 parent c74e32e commit a01da8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CI/azure/macos_tar_fixup.sh
Expand Up @@ -64,6 +64,9 @@ do
done
cd ../../../../

# Create links to libusb-1.0.0.dylib
ln -s libusb-1.0.dylib usr/local/lib/libusb-1.0.0.dylib

# Remove old tar and create new one
rm "../${tarname}"
tar -czf "../${tarname}" .
Expand Down

0 comments on commit a01da8a

Please sign in to comment.