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 fix ubuntu image for e2e tests #2704

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Conversation

Hellgartner
Copy link
Contributor

Summary of changes

Fix ubuntu image for e2e tests

Context and reason for change

The currently used image ubuntu-latest silently switched to 24.04 which has some problems with app images and especially with app images containing Electron apps

How can the changes be tested

e2e tests successful

Note: Please review the guidelines for contributing to this repository.

renovate bot and others added 2 commits January 6, 2025 20:35
Unfortunately this is required:
* Ubuntu 20.04 no longer natively supports AppImages
  * If you need to access File System you
   might need to install libfuse2
  * Electron apps do have problems with the newly introduced
   sandboxing of Apps. You would need to run with `--no-sandbox`

Signed-off-by: Dominikus Hellgartner <dominikus.hellgartner@tngtech.com>
Signed-off-by: Dominikus Hellgartner <dominikus.hellgartner@tngtech.com>
@Hellgartner Hellgartner force-pushed the fix_fix_ubuntu_image_for_e2e_tests branch from 8da2ed1 to d589985 Compare January 7, 2025 16:10
@mstykow mstykow merged commit 984ac31 into main Jan 7, 2025
5 checks passed
@mstykow mstykow deleted the fix_fix_ubuntu_image_for_e2e_tests branch January 7, 2025 17:08
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.

3 participants