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
dev/release/04-binary-download.sh uses archery crossbow download-artifacts to download built artifacts.
It always download all target artifacts. If we get an error while dev/release/04-binary-download.sh and re-run it, it downloads already downloaded artifacts too. We can avoid these downloads.
Component(s)
Packaging, Release
The text was updated successfully, but these errors were encountered:
…ossbow download-artifacts" (#41244)
### Rationale for this change
We don't need to re-download already downloaded artifacts.
### What changes are included in this PR?
Check local path and skip download if there is downloaded artifact on local.
### Are these changes tested?
Yes. I've tested this with 16.0.0 RC0 release.
### Are there any user-facing changes?
No.
* GitHub Issue: #41243
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…ery crossbow download-artifacts" (apache#41244)
### Rationale for this change
We don't need to re-download already downloaded artifacts.
### What changes are included in this PR?
Check local path and skip download if there is downloaded artifact on local.
### Are these changes tested?
Yes. I've tested this with 16.0.0 RC0 release.
### Are there any user-facing changes?
No.
* GitHub Issue: apache#41243
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
vibhatha
pushed a commit
to vibhatha/arrow
that referenced
this issue
May 25, 2024
…ery crossbow download-artifacts" (apache#41244)
### Rationale for this change
We don't need to re-download already downloaded artifacts.
### What changes are included in this PR?
Check local path and skip download if there is downloaded artifact on local.
### Are these changes tested?
Yes. I've tested this with 16.0.0 RC0 release.
### Are there any user-facing changes?
No.
* GitHub Issue: apache#41243
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
dev/release/04-binary-download.sh
usesarchery crossbow download-artifacts
to download built artifacts.It always download all target artifacts. If we get an error while
dev/release/04-binary-download.sh
and re-run it, it downloads already downloaded artifacts too. We can avoid these downloads.Component(s)
Packaging, Release
The text was updated successfully, but these errors were encountered: