File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ phases:
4747 - chmod +x gradlew
4848
4949 - |
50- >/etc/apparmor.d/jcef
50+ >/etc/apparmor.d/jcef echo "
5151 abi <abi/4.0>,
5252 include <tunables/global>
5353
5454 profile /usr/lib/jvm/java-21-amazon-corretto.x86_64/bin/java flags=(unconfined) {
5555 userns,
5656
5757 include if exists <local/chrome>
58- }
58+ }"
5959 - apparmor_parser -r /etc/apparmor.d/jcef
6060 -
ffmpeg -loglevel quiet -nostdin -f x11grab -video_size ${SCREEN_WIDTH}x${SCREEN_HEIGHT} -i ${DISPLAY} -codec:v libx264 -pix_fmt yuv420p -vf drawtext="fontsize=48:box=1:[email protected] :boxborderw=5:fontcolor=white:x=0:y=h-text_h:text='%{gmtime\:%H\\\\\:%M\\\\\:%S}'" -framerate 12 -g 12 /tmp/screen_recording.mp4 & 6161 - ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME :ui-tests-starter:uiTest coverageReport --console plain --info
You can’t perform that action at this time.
0 commit comments