Skip to content

Commit

Permalink
Revert "fdb : remove fdb cli"
Browse files Browse the repository at this point in the history
This reverts commit ada019e.
  • Loading branch information
Vigor-jpg committed Sep 19, 2022
1 parent ada019e commit 9456a13
Show file tree
Hide file tree
Showing 32 changed files with 170 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/clickhouse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ runs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
shell: bash
run: make juicefs
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/fio/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ runs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/actions/gateway/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ runs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/load/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ runs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/actions/rmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ runs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/actions/sysbenchrndrw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ runs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
shell: bash
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/sysbenchseqrw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ runs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
shell: bash
run: make juicefs
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/vdbench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ runs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
shell: bash
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/actions/version-compatible/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ runs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/aitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/aitests_limitcache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- uses: actions/cache@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/elastictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/encoding_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
url=https://github.com/juicedata/juicefs/releases/download/v1.0.0-beta2/juicefs-1.0.0-beta2-linux-amd64.tar.gz
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,11 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ltpfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ltpsyscallshead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ltpsyscallsmiddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ltpsyscallstail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mdtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
export GOPATH=/usr/local/go
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mongodb_mmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mysqltest_bigtable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mysqltest_smalltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pjdfstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/redis_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sdktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down Expand Up @@ -180,6 +185,10 @@ jobs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- uses: actions/cache@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tpcds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.23-1_amd64.deb
- name: Build linux target
run: make juicefs
Expand Down
Loading

0 comments on commit 9456a13

Please sign in to comment.