-
Notifications
You must be signed in to change notification settings - Fork 506
CI: Bump to Ubuntu latest #618
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
Conversation
8ecc1ad
to
30d695c
Compare
30d695c
to
bab737b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -34,16 +34,16 @@ on: | |||
jobs: | |||
test: | |||
name: Test debug (Ubuntu) | |||
runs-on: ubuntu-20.04 | |||
runs-on: ubuntu-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively, Ubuntu 24.04 can be used. However, AFAIU, GitHub runner supports the two latest LTS versions of Ubuntu, so I'm also leaning towards using ubuntu-latest
.
FIY: actions/runner-images#11101
with: | ||
submodules: recursive | ||
|
||
- name: Install packages | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y device-tree-compiler build-essential | ||
sudo apt-get install -y device-tree-compiler build-essential libjim-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a clarification:
libjim-dev
is the new requirement of OpenOCD. Previously it was build in-tree.
@aswaterman, can you please take a look at this one? |
@en-sc Yes, thank you for the ping. I don't like using |
Closed in favor of #619 |
#617 has a pipeline failure for Ubuntu 20.04 has retired.