-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-44347: [Packaging][C++] Enable Azure file system for deb/rpm #44348
Conversation
@github-actions crossbow submit -g linux |
|
This comment was marked as outdated.
This comment was marked as outdated.
89096a3
to
c078f04
Compare
@github-actions crossbow submit -g linux |
This comment was marked as outdated.
This comment was marked as outdated.
c078f04
to
511e409
Compare
@github-actions crossbow submit -g linux |
This comment was marked as outdated.
This comment was marked as outdated.
511e409
to
c7e13eb
Compare
@github-actions crossbow submit -g linux |
Revision: c7e13eb Submitted crossbow builds: ursacomputing/crossbow @ actions-c103992d89 |
+1 |
c7e13eb
to
afc10f1
Compare
Wait. Azure file system isn't enabled on Amazon Linux 2023. |
@github-actions crossbow submit alma* centos* amazon* |
Revision: afc10f1 Submitted crossbow builds: ursacomputing/crossbow @ actions-d3116619af |
+1 |
### Rationale for this change Other file systems such as GCS file system and S3 file system are enabled. ### What changes are included in this PR? Enabled Azure file system. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44347 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit dfa2d9f. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Other file systems such as GCS file system and S3 file system are enabled.
What changes are included in this PR?
Enabled Azure file system.
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.