Skip to content

Commit 81c0e39

Browse files
committed
Try manually adding PulseAudio (and its dummy device)
1 parent 820be3a commit 81c0e39

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,9 @@ commands:
356356
- run:
357357
name: configure firefox
358358
command: |
359-
# Some before and after tests to try enabling a sound device:
360-
/sbin/lsmod | grep snd
361-
/sbin/modprobe snd-aloop
362-
/sbin/lsmod | grep snd
359+
# This should add and start PulseAudio's dummy mixer
360+
apt-get install -q -y pulseaudio
361+
pulseaudio --start
363362
mkdir ~/tmp-firefox-profile/
364363
cat > ~/tmp-firefox-profile/user.js \<<EOF
365364
user_pref("gfx.offscreencanvas.enabled", true);

0 commit comments

Comments
 (0)