File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 image : ${{ fromJSON(inputs.images).fedora-latest }}
2121 env :
2222 CFLAGS : -O2 -Wp,-D_FORTIFY_SOURCE=2
23- LC_ALL : en_US.UTF-8
2423 options : ${{ inputs.image_options }}
2524
2625 steps :
9089 env :
9190 CFLAGS : -O2 -Wp,-D_FORTIFY_SOURCE=2
9291 CC : ${{ matrix.compiler }}
93- LC_ALL : en_US.UTF-8
9492 options : ${{ inputs.image_options }}
9593
9694 steps :
Original file line number Diff line number Diff line change 1717 image :
1818 # bump the tags to rebuild
1919 - ' gnomeos:2025-11-24.0'
20- - ' fedora-latest:2025-11-21.11 '
20+ - ' fedora-latest:2025-11-21.12 '
2121 - ' ubuntu-latest:2025-11-21.10'
2222 - ' ubuntu-22.04:2025-11-24.4'
2323
Original file line number Diff line number Diff line change @@ -17,5 +17,12 @@ RUN dnf install -y \
1717 ostree \
1818 openssl
1919
20+ # FIXME
21+ gnupg2-gpg-agent
22+ RUN dnf install -y \
23+ gnupg2-gpg-agent
24+ RUN update-ca-trust
25+ RUN dnf install flatpak
26+
2027# Install dependencies
2128RUN dnf builddep -y flatpak
Original file line number Diff line number Diff line change 157157
158158export FLATPAK=" ${CMD_PREFIX} flatpak"
159159
160+ # FIXME
161+ export GPG_TTY=$( tty)
162+
160163assert_streq () {
161164 { { local BASH_XTRACEFD=3; } 2> /dev/null
162165 test " $1 " = " $2 " || (echo 1>&2 " $1 != $2 at $( basename ${BASH_SOURCE[1]} ) :${BASH_LINENO[0]} " ; exit 1)
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ foreach testcase : wrapped_tests
358358 ' test-bundle.sh' : 60 ,
359359 ' test-oci-registry.sh' : 60 ,
360360 ' test-repo.sh' : 300 ,
361- ' test-run.sh' : 90 ,
361+ ' test-run.sh' : 300 ,
362362 ' test-summaries.sh' : 60 ,
363363 ' test-unused.sh' : 90 ,
364364 ' test-update-portal.sh' : 90 ,
You can’t perform that action at this time.
0 commit comments