Skip to content

Commit 0173e6d

Browse files
committed
fixme
1 parent b2b870b commit 0173e6d

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
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:
@@ -90,7 +89,6 @@ jobs:
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:

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/containers/fedora-latest.containerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2128
RUN dnf builddep -y flatpak

tests/libtest.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ fi
157157

158158
export FLATPAK="${CMD_PREFIX} flatpak"
159159

160+
# FIXME
161+
export GPG_TTY=$(tty)
162+
160163
assert_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)

tests/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)