Skip to content

Commit

Permalink
Fixed some issues with foundationdb meta engine compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vigor-jpg committed Sep 20, 2022
1 parent 9456a13 commit 30c1ed5
Show file tree
Hide file tree
Showing 39 changed files with 63 additions and 200 deletions.
6 changes: 0 additions & 6 deletions .github/actions/clickhouse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ 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: 0 additions & 6 deletions .github/actions/fio/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ 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: 0 additions & 5 deletions .github/actions/gateway/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ 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: 0 additions & 6 deletions .github/actions/load/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ 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: 0 additions & 5 deletions .github/actions/rmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ 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: 0 additions & 5 deletions .github/actions/sysbenchrndrw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ 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: 0 additions & 6 deletions .github/actions/sysbenchseqrw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ 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: 0 additions & 6 deletions .github/actions/vdbench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ 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
6 changes: 0 additions & 6 deletions .github/actions/version-compatible/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ 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: |
make juicefs
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/aitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ 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: 0 additions & 5 deletions .github/workflows/aitests_limitcache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ 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: 0 additions & 5 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
uses: actions/setup-go@v2
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: 0 additions & 5 deletions .github/workflows/elastictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ 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: 0 additions & 5 deletions .github/workflows/encoding_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ 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: 0 additions & 5 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ 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: 0 additions & 5 deletions .github/workflows/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,6 @@ 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: 0 additions & 5 deletions .github/workflows/gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ 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: 0 additions & 5 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ 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: 0 additions & 5 deletions .github/workflows/ltpfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ 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: 0 additions & 5 deletions .github/workflows/ltpsyscallshead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ 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: 0 additions & 5 deletions .github/workflows/ltpsyscallsmiddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ 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: 0 additions & 5 deletions .github/workflows/ltpsyscallstail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ 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: 0 additions & 5 deletions .github/workflows/mdtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ 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: 0 additions & 5 deletions .github/workflows/mongodb_mmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ 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: 0 additions & 5 deletions .github/workflows/mysqltest_bigtable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ 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: 0 additions & 5 deletions .github/workflows/mysqltest_smalltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ 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: 0 additions & 5 deletions .github/workflows/pjdfstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ 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: 0 additions & 5 deletions .github/workflows/redis_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ 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: 0 additions & 5 deletions .github/workflows/sdktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ 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
10 changes: 0 additions & 10 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ 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 @@ -184,11 +179,6 @@ jobs:
uses: actions/setup-go@v2
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: 0 additions & 5 deletions .github/workflows/tpcds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ 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
Loading

0 comments on commit 30c1ed5

Please sign in to comment.