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 CI #34

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Fix CI #34

merged 1 commit into from
Mar 26, 2024

Conversation

dpmatthews
Copy link
Member

@@ -8,15 +8,26 @@ jobs:
strategy:
fail-fast: False
matrix:
os: ['ubuntu-1804', 'ubuntu-2204', 'centos-7', 'centos-8']
os: ['ubuntu-1804-headless', 'ubuntu-2204-headless', 'centos-8']
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The VMs fail if the GUI is enabled so I've added headless versions for testing.
"centos-7" was failing with a weird LANG error but I don't this is worth investigating given it's age.

run: sudo apt install virtualbox vagrant
#run: sudo apt update && sudo apt install virtualbox vagrant

- name: Open up network interfaces for VM
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dpmatthews dpmatthews merged commit fcbdaf8 into metomi:master Mar 26, 2024
1 of 3 checks passed
@dpmatthews dpmatthews deleted the ci branch March 26, 2024 20:01
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.

1 participant