We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f44b4 commit 71474c3Copy full SHA for 71474c3
Tools/build-swiftly-release/BuildSwiftlyRelease.swift
@@ -196,7 +196,7 @@ struct BuildSwiftlyRelease: AsyncParsableCommand {
196
var identifier: String = "org.swift.swiftly"
197
#elseif os(Linux)
198
@Flag(name: .long, help: "Use RHEL UBI9 as the supported Linux to build a release instead of Amazon Linux 2")
199
- var useRhelUbi9: Bool
+ var useRhelUbi9: Bool = false
200
#endif
201
202
@Argument(help: "Version of swiftly to build the release.")
0 commit comments