Skip to content

Commit

Permalink
OSX: add --no-interact to jhbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Aug 29, 2024
1 parent 740f8b7 commit 1e080a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/osx_bundle/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ source env.sh

cargo -V || (echo "Requires rust"; exit 1)

jhbuild build meta-bootstrap
jhbuild build --no-interact meta-bootstrap
#jhbuild build advene
jhbuild build pulseaudio
jhbuild build --no-interact pulseaudio

# Ref dir:
# /Users/runner/work/advene/advene/dev/osx_bundle/_home/jhbuild_checkoutroot/pulseaudio-v17.0/
Expand Down

0 comments on commit 1e080a1

Please sign in to comment.