Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]
294 changes: 147 additions & 147 deletions .github/workflows/arrow.yml

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions .github/workflows/arrow_flight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Test --all-features
run: |
cargo test -p arrow-flight --all-features
- name: Test --examples
run: |
cargo test -p arrow-flight --features=flight-sql-experimental,tls --examples
# - name: Test --examples
# run: |
# cargo test -p arrow-flight --features=flight-sql-experimental,tls --examples

vendor:
name: Verify Vendored Code
Expand All @@ -76,16 +76,16 @@ jobs:
- name: Verify workspace clean (if this fails, run ./arrow-flight/regen.sh and check in results)
run: git diff --exit-code

clippy:
name: Clippy
runs-on: ubuntu-latest
container:
image: amd64/rust
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- name: Setup Clippy
run: rustup component add clippy
- name: Run clippy
run: cargo clippy -p arrow-flight --all-targets --all-features -- -D warnings
# clippy:
# name: Clippy
# runs-on: ubuntu-latest
# container:
# image: amd64/rust
# steps:
# - uses: actions/checkout@v4
# - name: Setup Rust toolchain
# uses: ./.github/actions/setup-builder
# - name: Setup Clippy
# run: rustup component add clippy
# - name: Run clippy
# run: cargo clippy -p arrow-flight --all-targets --all-features -- -D warnings
43 changes: 0 additions & 43 deletions .github/workflows/audit.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/docs.yml

This file was deleted.

163 changes: 0 additions & 163 deletions .github/workflows/integration.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/miri.sh

This file was deleted.

Loading
Loading