-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Ubuntu] Add Ubuntu-24.04 base image #9754
[Ubuntu] Add Ubuntu-24.04 base image #9754
Conversation
I apologize in advance, as this may be a silly question. The I kinda expected this PR to put |
Hi, am I the only one experiencing issues with Ubuntu 22.04 image generation with the next error (potentially after the merge of this PR):
|
@@ -144,7 +145,7 @@ Describe "Cmake" { | |||
} | |||
} | |||
|
|||
Describe "erlang" -Skip:(Test-IsUbuntu22) { | |||
Describe "erlang" -Skip:(-not (Test-IsUbuntu20)) { |
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.
Hello,
This test is not skipped in Ubuntu22 causing the following problem: ==> azure-arm.build_image: /imagegeneration/SoftwareReport/Generate-SoftwareReport.ps1 : The term 'erl' is not recognized as a name of a cmdlet, function, script file, or executable program. ==> azure-arm.build_image: Check the spelling of the name, or if a path was included, verify that the path is correct and try again. ==> azure-arm.build_image: + CategoryInfo : ObjectNotFound: (erl:String) [Generate-SoftwareReport.ps1], CommandNotFoundException ==> azure-arm.build_image: + FullyQualifiedErrorId : CommandNotFoundException,Generate-SoftwareReport.ps1
Co-authored-by: Alexey Ayupov <alexey-ayupov@github.com>
Hey @erik-bershel Why was apt-fast removed from ubuntu 24? Is this now provided by default or there were other concerns? |
Description
Due to release of the new Ubuntu Noble Numbat we are going to release related runner image.
Related issue:
#9691
Check list