Skip to content

Re-enable GCC 9.x Debian CI - #697

Open
hartwork wants to merge 1 commit into
USBGuard:mainfrom
hartwork:restore-debian-gcc-9-ci
Open

Re-enable GCC 9.x Debian CI#697
hartwork wants to merge 1 commit into
USBGuard:mainfrom
hartwork:restore-debian-gcc-9-ci

Conversation

@hartwork

Copy link
Copy Markdown
Contributor

@Cropi what do you think?

@hartwork

Copy link
Copy Markdown
Contributor Author

@Cropi any thoughts?

@Cropi

Cropi commented Aug 31, 2026

Copy link
Copy Markdown
Member

@hartwork aren't the version check lines missing a closing quote? [[ "$(gcc -dumpversion) == 9.5.* ]] should be [[ "$(gcc -dumpversion)" == 9.5.* ]] ? The CI passed though. Also, on GCC 9+ gcc -dumpversion might return only the major version (9), which won't match the 9.5.* glob. Should gcc -dumpfullversion be used instead?

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.

2 participants