You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore amazon linux 2 as the default release build platform (#192)
Make using RHEL UBI9 an option to the build release script, default is
false. Update the workflows to use UBI9 since AL2 doesn't work in
GitHub workflows.
// TODO: see if docker can be used to spawn an Amazon Linux 2 container to continue the release building process
292
-
throwError(message:"Linux releases must be made from Amazon Linux 2 because it has the oldest version of glibc for maximum compatibility with other versions of Linux")
throwError(message:"Linux releases must be made from specific distributions so that the binary can be used everyone else because it has the oldest version of glibc for maximum compatibility with other versions of Linux. Please try again with \(!self.useRhelUbi9 ?"Amazon Linux 2":"RedHat UBI 9").")
293
302
}
303
+
#endif
294
304
295
305
// TODO: turn these into checks that the system meets the criteria for being capable of using the toolchain + checking for packages, not tools
296
306
letcurl=tryawaitself.assertTool("curl", message:"Please install curl with `yum install curl`")
0 commit comments