Skip to content

Commit

Permalink
debug: Debug failing arm mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Nov 8, 2024
1 parent a27e0a0 commit 6603e36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-scripts/99-check-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ elif [[ "$RUNNER_OS" == "Windows" ]]; then
echo "$ffmpeg_deps" | grep -qvi /c/Windows/ && exit 1
echo "$ffprobe_deps" | grep -qvi /c/Windows/ && exit 1
elif [[ "$RUNNER_OS" == "macOS" ]]; then
curl https://storage.googleapis.com/shaka-streamer-assets/test-assets/BigBuckBunny.1080p.mp4 > in.mp4
./ffmpeg -y -i in.mp4 -loglevel trace -an -c:v libvpx-vp9 -f mp4 out.mp4
echo OK
exit 1

# These will still be dynamic executables.
# Capture the full list of dynamic library dependencies.
# With set -x, this also gets logged.
Expand Down

0 comments on commit 6603e36

Please sign in to comment.