GH-50551: [CI][Dev] Fix shellcheck errors in the ci/scripts/python_wheel_macos_build.sh#50552
Conversation
|
|
|
I’m waiting for #50535 to be merged |
| : "${CMAKE_GENERATOR:=Ninja}" | ||
| : "${CMAKE_UNITY_BUILD:=ON}" | ||
| : "${VCPKG_ROOT:=/opt/vcpkg}" | ||
| : "${VCPKG_FEATURE_FLAGS:=-manifests}" |
There was a problem hiding this comment.
It doesn’t seem to be used anywhere. Is it used by a subshell or a child process? If not, can we remove it?
Or, Can we split into array?
There was a problem hiding this comment.
There was a problem hiding this comment.
Thank you for your comment.
Finally, since VCPKG_FEATURE_FLAGS is consumed as an environment variable, I think we can leave it as is. Is that correct?
There was a problem hiding this comment.
Yes. We may need export VCPKG_FEATURE_FLAGS but it's not a problem of this.
…hon_wheel_macos_build.sh
a663e02 to
29bbb5f
Compare
|
@github-actions crossbow submit wheel-macos* |
|
Revision: 29bbb5f Submitted crossbow builds: ursacomputing/crossbow @ actions-6775337f5b |
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
|
@github-actions crossbow submit wheel-macos* |
|
Revision: a6afea9 Submitted crossbow builds: ursacomputing/crossbow @ actions-e1dd72f053 |
Rationale for this change
This is the sub issue #44748.
$(...)notation instead of legacy backticked....What changes are included in this PR?
$(...)Are these changes tested?
Yes.
Are there any user-facing changes?
No.