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
// 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")
300
+
guardisSupportedLinux(self.useRhelUbi9)else{
301
+
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