Skip to content

Commit 7b48353

Browse files
authored
refactor!: Remove opendal-compat which is not maintained (#5754)
* refactor: Remove opendal-compat which is not maintained Signed-off-by: Xuanwo <[email protected]> * Fix ci Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
1 parent eace92d commit 7b48353

File tree

10 files changed

+0
-825
lines changed

10 files changed

+0
-825
lines changed

.github/workflows/ci_integration_compat.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -488,29 +488,6 @@ jobs:
488488
name: object-parquet-docs
489489
path: ./integrations/parquet/target/doc
490490

491-
build-opendal-compat-doc:
492-
runs-on: ubuntu-latest
493-
494-
steps:
495-
- uses: actions/checkout@v4
496-
497-
- name: Setup Rust toolchain
498-
uses: ./.github/actions/setup
499-
500-
- name: Setup Rust Nightly
501-
run: |
502-
rustup toolchain install ${{ env.RUST_DOC_TOOLCHAIN }}
503-
504-
- name: Build opendal_compat doc
505-
working-directory: "integrations/compat"
506-
run: cargo +${{ env.RUST_DOC_TOOLCHAIN }} doc --lib --no-deps --all-features
507-
508-
- name: Upload docs
509-
uses: actions/upload-artifact@v4
510-
with:
511-
name: opendal-compat-docs
512-
path: ./integrations/compat/target/doc
513-
514491
build-website:
515492
runs-on: ubuntu-latest
516493
permissions:
@@ -532,7 +509,6 @@ jobs:
532509
- build-unftp-sbe-opendal-doc
533510
- build-virtiofs-opendal-doc
534511
- build-parquet-opendal-doc
535-
- build-opendal-compat-doc
536512

537513
steps:
538514
- uses: actions/checkout@v4
@@ -619,12 +595,6 @@ jobs:
619595
name: object-store-opendal-docs
620596
path: ./website/static/docs/object-store-opendal
621597

622-
- name: Download opendal_compat docs
623-
uses: actions/download-artifact@v4
624-
with:
625-
name: opendal-compat-docs
626-
path: ./website/static/docs/opendal_compat
627-
628598
- name: Download dav-server-opendalfs docs
629599
uses: actions/download-artifact@v4
630600
with:

.github/workflows/release_rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
# Order here is sensitive, as it will be used to determine the order of publishing
4242
package:
4343
- "core"
44-
- "integrations/compat"
4544
- "integrations/object_store"
4645
- "integrations/parquet"
4746
- "integrations/dav-server"

dev/src/release/package.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ pub fn all_packages() -> Vec<Package> {
6464

6565
// Integrations
6666
let cloud_filter = make_package("integrations/cloud_filter", "0.0.6", vec![core.clone()]);
67-
let compact = make_package("integrations/compat", "1.0.4", vec![core.clone()]);
6867
let dav_server = make_package("integrations/dav-server", "0.4.0", vec![core.clone()]);
6968
let fuse3 = make_package("integrations/fuse3", "0.0.13", vec![core.clone()]);
7069
let object_store = make_package("integrations/object_store", "0.50.0", vec![core.clone()]);
@@ -90,7 +89,6 @@ pub fn all_packages() -> Vec<Package> {
9089
vec![
9190
core,
9291
cloud_filter,
93-
compact,
9492
dav_server,
9593
fuse3,
9694
object_store,
@@ -111,7 +109,6 @@ pub fn update_package_version(package: &Package) -> bool {
111109
match package.name.as_str() {
112110
"core" => update_cargo_version(&package.path, &package.version),
113111
"integrations/cloud_filter" => update_cargo_version(&package.path, &package.version),
114-
"integrations/compat" => update_cargo_version(&package.path, &package.version),
115112
"integrations/dav-server" => update_cargo_version(&package.path, &package.version),
116113
"integrations/fuse3" => update_cargo_version(&package.path, &package.version),
117114
"integrations/object_store" => update_cargo_version(&package.path, &package.version),

integrations/compat/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

integrations/compat/Cargo.toml

Lines changed: 0 additions & 42 deletions
This file was deleted.

integrations/compat/DEPENDENCIES.rust.tsv

Lines changed: 0 additions & 7 deletions
This file was deleted.

integrations/compat/README.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

integrations/compat/src/lib.rs

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)