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 809798b commit 7627e90Copy full SHA for 7627e90
pipelines/main/platforms/launch_powerpc.jl
@@ -15,7 +15,7 @@ const arches_file = ARGS[1]
15
# .buildkite/pipelines/main/platforms/build_linux.yml
16
const yaml_pipeline_file = ARGS[2]
17
18
-const cmd = Cmd(`bash ".buildkite/utilities/arches_pipeline_upload.sh" "$(arches_file)" "$(yaml_pipeline_file)"`, env=copy(ENV))
+const cmd = `bash ".buildkite/utilities/arches_pipeline_upload.sh" "$(arches_file)" "$(yaml_pipeline_file)"`
19
20
const parsed_julia_version = parse_version_file()
21
const should_include_powerpc_builds = parsed_julia_version < v"1.12-"
0 commit comments