forked from apache/arrow-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Disable misconfigured GHA job #41
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Is was broken in commit 6505f1b. GHA does not allow empty vector in build matrix, and does not start whole workflow, not just a single broken job
mcheshkov
force-pushed
the
disable-misconfigured-gha-job
branch
6 times, most recently
from
August 26, 2024 16:12
60529b5
to
f831838
Compare
mcheshkov
force-pushed
the
disable-misconfigured-gha-job
branch
18 times, most recently
from
August 27, 2024 01:29
720b23e
to
e4da7d1
Compare
mcheshkov
force-pushed
the
disable-misconfigured-gha-job
branch
2 times, most recently
from
August 27, 2024 11:19
e16f025
to
bd18f90
Compare
Can drop this after rebase on commit f0451bb, first released in 7.0.0
Can drop this after rebase on commit ccc4417 "Fix clippy by avoiding deprecated functions in chrono (apache#3096)", first released in 28.0.0
Can drop this after rebase on commit 55d6073 "Require Send+Sync bounds for Allocation trait (apache#1945)", first released in 18.0.0
It was broken properly, with a bug in test, after commit c296882 Can drop this after rebase on commit e8cc39e "Fix like regex escaping (apache#1085)", first released in 7.0.0
Can drop this after rebase on commit 2b2ec7e "Fix clippy lints for Rust 1.54 (apache#631)", first released in 6.0.0
Can drop this after rebase on commit 5f16f92 "fix clippy errors in 1.60 (apache#1527)", first released in 12.0.0
Can drop this after rebase on commit 80a6ef7 "Fix parquet clippy lints (apache#1254) (apache#2377)", first released in 21.0.0
Can drop this after rebase on commit 7952595 "Rename list contains kernels to in_list (apache#4289) (apache#4342)", first released in 41.0.0
Can drop this after rebase on commit fc04931 "Make rand an optional dependency (apache#674)", first released in 6.0.0
mcheshkov
force-pushed
the
disable-misconfigured-gha-job
branch
from
August 27, 2024 11:19
bd18f90
to
352eb02
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Is was broken in commit 6505f1b. GHA does not allow empty vector in build matrix, and does not start whole workflow, not just a single broken job