Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test failure caused by missing files in the tarball release #584

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

smcv
Copy link
Collaborator

@smcv smcv commented Feb 20, 2024


To reproduce (1): unpack flatpak-builder-1.4.1.tar.xz, autoreconf -fi && ./configure && make && make install. (#585)

To reproduce (2): install https://gitlab.gnome.org/GNOME/gnome-desktop-testing, build with -Dinstalled_tests=true, install, run gnome-desktop-testing-runner flatpak-builder. We use this in the Debian packaging, to catch potential bugs where upgrading a dependency might break flatpak-builder.

@smcv smcv force-pushed the installed-tests branch 2 times, most recently from bb76514 to b94b69a Compare February 20, 2024 10:32
@smcv smcv changed the title Fix installed-tests failure Fix test failure caused by a missing file in the tarball release Feb 20, 2024
smcv added 2 commits February 20, 2024 10:44
Otherwise, the tests will fail when built from the dist tarball.

Also install it if "as-installed" tests are enabled, so that it can be
used in those tests too.

Resolves: flatpak#585
Signed-off-by: Simon McVittie <[email protected]>
@smcv smcv changed the title Fix test failure caused by a missing file in the tarball release Fix test failure caused by missing files in the tarball release Feb 20, 2024
@smcv smcv marked this pull request as ready for review February 20, 2024 10:56
@TingPing TingPing merged commit 64e9800 into flatpak:main Feb 20, 2024
5 checks passed
@TingPing
Copy link
Member

Would you like a 1.4.2 with this fix?

@smcv
Copy link
Collaborator Author

smcv commented Feb 22, 2024

It might make sense to have a new release for this and d9f5a5e. For now I applied both as patches in Debian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test-rename-appdata.json missing from flatpak-builder-1.4.1.tar.xz
2 participants