Skip to content

Commit

Permalink
8332328: [GHA] GitHub Actions build fails on Linux: unable to find gc…
Browse files Browse the repository at this point in the history
…c-13

Upgrade GHA Linux build platform to Ubuntu 24.04

Reviewed-by: angorya
  • Loading branch information
kevinrushforth committed May 16, 2024
1 parent a7627fa commit d7ab551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
linux_x64_build:
name: Linux x64
needs: validation
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

env:
# FIXME: read this information from a property file
Expand Down

7 comments on commit d7ab551

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@kevinrushforth
Copy link
Member Author

Choose a reason for hiding this comment

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

/backport jfx22u

@openjdk
Copy link

@openjdk openjdk bot commented on d7ab551 May 16, 2024

Choose a reason for hiding this comment

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

@kevinrushforth the backport was successfully created on the branch backport-kevinrushforth-d7ab5518 in my personal fork of openjdk/jfx22u. To create a pull request with this backport targeting openjdk/jfx22u:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit d7ab5518 from the openjdk/jfx repository.

The commit being backported was authored by Kevin Rushforth on 16 May 2024 and was reviewed by Andy Goryachev.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jfx22u:

$ git fetch https://github.com/openjdk-bots/jfx22u.git backport-kevinrushforth-d7ab5518:backport-kevinrushforth-d7ab5518
$ git checkout backport-kevinrushforth-d7ab5518
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jfx22u.git backport-kevinrushforth-d7ab5518

@johanvos
Copy link
Collaborator

Choose a reason for hiding this comment

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

/backport jfx17u

@johanvos
Copy link
Collaborator

Choose a reason for hiding this comment

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

/backport jfx21u

@openjdk
Copy link

@openjdk openjdk bot commented on d7ab551 Jun 4, 2024

Choose a reason for hiding this comment

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

@johanvos the backport was successfully created on the branch backport-johanvos-d7ab5518-master in my personal fork of openjdk/jfx17u. To create a pull request with this backport targeting openjdk/jfx17u:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit d7ab5518 from the openjdk/jfx repository.

The commit being backported was authored by Kevin Rushforth on 16 May 2024 and was reviewed by Andy Goryachev.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jfx17u:

$ git fetch https://github.com/openjdk-bots/jfx17u.git backport-johanvos-d7ab5518-master:backport-johanvos-d7ab5518-master
$ git checkout backport-johanvos-d7ab5518-master
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jfx17u.git backport-johanvos-d7ab5518-master

@openjdk
Copy link

@openjdk openjdk bot commented on d7ab551 Jun 4, 2024

Choose a reason for hiding this comment

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

@johanvos the backport was successfully created on the branch backport-johanvos-d7ab5518-master in my personal fork of openjdk/jfx21u. To create a pull request with this backport targeting openjdk/jfx21u:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit d7ab5518 from the openjdk/jfx repository.

The commit being backported was authored by Kevin Rushforth on 16 May 2024 and was reviewed by Andy Goryachev.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jfx21u:

$ git fetch https://github.com/openjdk-bots/jfx21u.git backport-johanvos-d7ab5518-master:backport-johanvos-d7ab5518-master
$ git checkout backport-johanvos-d7ab5518-master
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jfx21u.git backport-johanvos-d7ab5518-master

Please sign in to comment.