Skip to content

Commit bf1459b

Browse files
bingyuyapevan-gray
authored andcommitted
ft_watcher: remove dependency on make fast-transfer-sdk
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
1 parent 161f8cd commit bf1459b

7 files changed

+7
-446
lines changed

.github/workflows/build.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ jobs:
1515
with:
1616
node-version: 20
1717
cache: 'npm'
18-
- uses: metadaoproject/setup-anchor@v2
19-
with:
20-
node-version: "20.11.0"
21-
solana-cli-version: "1.18.11"
22-
anchor-version: "0.30.0"
23-
- name: Set default Rust toolchain
24-
run: rustup default stable
25-
- name: make fast-transfer-sdk
26-
run: make fast-transfer-sdk
2718
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
2819
run: |
2920
npm ci

.github/workflows/test.yaml

-18
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ jobs:
1313
node-version: 20
1414
cache: 'npm'
1515
cache-dependency-path: package-lock.json
16-
- uses: metadaoproject/setup-anchor@v2
17-
with:
18-
node-version: "20.11.0"
19-
solana-cli-version: "1.18.11"
20-
anchor-version: "0.30.0"
21-
- name: Set default Rust toolchain
22-
run: rustup default stable
23-
- name: make fast-transfer-sdk
24-
run: make fast-transfer-sdk
2516
- run: npm ci
2617
- run: npm run build
2718
- run: npm run build -w dashboard
@@ -40,15 +31,6 @@ jobs:
4031
- uses: actions/setup-node@v3
4132
with:
4233
node-version: 20
43-
- uses: metadaoproject/setup-anchor@v2
44-
with:
45-
node-version: "20.11.0"
46-
solana-cli-version: "1.18.11"
47-
anchor-version: "0.30.0"
48-
- name: Set default Rust toolchain
49-
run: rustup default stable
50-
- name: make fast-transfer-sdk
51-
run: make fast-transfer-sdk
5234
- run: npm ci
5335
- run: npx prettier --check .
5436
build-fly:

0 commit comments

Comments
 (0)