SUSE / BCI-tests

This repository contains the tests for the SUSE Base Container Images
Apache License 2.0
10 stars 22 forks source link

Tests fail when using GCC14 as system compiler #579

Closed DimStar77 closed 2 months ago

DimStar77 commented 2 months ago

openSUSE Tumbleweed has switched from GCC 13 to GCC 14 in snapshot 20240827

This results in an test failure, as observed by openQA https://openqa.opensuse.org/tests/4439307#step/bci_test_podman/31

The test is trying to install a (rather old) version of sqlite3 gem (version 1.4.0; latest version upstream seems to be 2.0.2); There are good chances this has been addressed by upstream in the meantime (but no guarantees given)

DimStar77 commented 2 months ago

Fix confirmed by openQA: https://openqa.opensuse.org/tests/4443166