Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Use os default gcc in github workflow #2830

Merged
merged 1 commit into from
Feb 9, 2021

Conversation

forslund
Copy link
Collaborator

@forslund forslund commented Feb 8, 2021

Description

GCC 4.8 seems to have been removed from ubuntu latest used by the github workflow. This drops the explicit use of the older version in favor for the default.

GCC 4.8 was previously hardcoded to make mimic build slightly faster. Either newer gcc has improved over gcc 6.x or gitlab has more horse powers but this seems to run just fine.

How to test

Ensure that the unittests run by github passes for python 3.9 (which builds mimic)

Contributor license agreement signed?

CLA [ Yes ]

@devops-mycroft devops-mycroft added the CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors) label Feb 8, 2021
@forslund forslund added the Type: Tests Addition or improvement of automated tests label Feb 8, 2021
@devops-mycroft
Copy link

Voight Kampff Integration Test Succeeded (Results)

Copy link
Contributor

@krisgesling krisgesling left a comment

Choose a reason for hiding this comment

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

LGTM

@krisgesling krisgesling merged commit 36b2c41 into MycroftAI:dev Feb 9, 2021
@forslund forslund deleted the tests/github-action-gcc branch February 9, 2021 06:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors) Type: Tests Addition or improvement of automated tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants