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

added support for amazon linux and renamed tests.yml #1401

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

redraincatching
Copy link
Contributor

superseding changes made in pr #1394 on request of @jonesmz

dependent on pr #1399 - uses the composite action for dependency installation i wrote there

added YAML file for amazon linux and renames tests.yml to ubuntu_tests.yml for clarity

@@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ 'master' ]
# branches: [ 'master' ]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this change related to this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i don't believe it was, have resolved it now

@eakraly
Copy link
Collaborator

eakraly commented May 30, 2024

Hi @redraincatching ! Could you please rebase your changes so we can merge them?

@redraincatching
Copy link
Contributor Author

@eakraly rebased and ready to merge !

@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu:16.04', 'ubuntu:18.04', 'ubuntu:20.04', 'ubuntu:22.04' ]
os: [ 'ubuntu:18.04', 'ubuntu:20.04', 'ubuntu:22.04' ]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please return ubuntu 16.04 - we are still not ready to let it go

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that has been returned

yum install -y gcc make gzip tar openssl-devel libevent-devel
# Delay checkout until after dependencies have been installed. Amazon linux is very minimal and lacks basic stuff by default.
# use v3 of checkout until the weird container, nodejs, glibc issue is fixed
- uses: actions/checkout@v3
Copy link
Contributor

Choose a reason for hiding this comment

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

version bump to v4

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the glibc errors still seem to be present for amazon linux 2 for version 4

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.

None yet

4 participants