Skip to content

Bugfix/800 ci builds failing#801

Open
kyllingstad wants to merge 1 commit intomasterfrom
bugfix/800-ci-builds-failing
Open

Bugfix/800 ci builds failing#801
kyllingstad wants to merge 1 commit intomasterfrom
bugfix/800-ci-builds-failing

Conversation

@kyllingstad
Copy link
Copy Markdown
Member

This fixes #800 by making changes to the Conan+Linux CI workflow. The official Conan Center docker image we were using has now been deprecated (all of them have), so I have switched to using the official GCC image instead. This required a GCC version upgrade. The oldest supported version is 12, but I went with 14 so we can stay on the same version for a while. (GCC 15 is the newest, at the time of writing.)

I also replaced the roundabout process we had of generating our own Docker image to using Github Actions' built-in facilities for choosing an image.

This also fixes #798 by updating the Conan options syntax for both Linux and Windows workflows.

This fixes #800 by making changes to the Conan+Linux CI
workflow. The official Conan Center docker image we were using has
now been deprecated (all of them have), so I have switched to using
the official GCC image instead. This required a GCC version upgrade.
The oldest supported version is 12, but I went with 14 so we can stay
on the same version for a while. (GCC 15 is the newest, at the time
of writing.)

I also replaced the roundabout process we had of generating our own
Docker image to using Github Actions' built-in facilities for choosing
an image.

This also fixes #798 by updating the Conan options syntax for both
Conan workflows.
@kyllingstad kyllingstad self-assigned this Apr 17, 2026
@kyllingstad kyllingstad requested a review from joakimono April 17, 2026 13:51
@joakimono
Copy link
Copy Markdown

It looks good to me. No suggested changes.

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.

Conan-based CI builds are failing Conan warnings in CI build output

2 participants