1
1
name : PR Build and Merge
2
2
3
- permissions :
4
- - write
5
-
6
3
on :
7
4
pull_request :
8
5
branches :
@@ -20,32 +17,32 @@ jobs:
20
17
with :
21
18
ref : ${{ github.head_ref }}
22
19
23
- - name : Install dependencies
24
- run : |
25
- sudo apt-get update &&
26
- sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler jq
27
-
28
- - name : Install Rust stable
29
- uses :
actions-rs/[email protected]
30
- with :
31
- toolchain : stable
32
- components : rustfmt
33
- profile : minimal
34
-
35
- - name : Add wasm32-unknown-unknown target
36
- run : |
37
- rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
38
- rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
39
-
40
- - name : Run localnet.sh False --build-only
41
- run : |
42
- chmod +x scripts/localnet.sh
43
- ./scripts/localnet.sh False --build-only
44
-
45
- - name : Run localnet.sh --build-only
46
- run : |
47
- chmod +x scripts/localnet.sh
48
- ./scripts/localnet.sh --build-only
20
+ # - name: Install dependencies
21
+ # run: |
22
+ # sudo apt-get update &&
23
+ # sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler jq
24
+ #
25
+ # - name: Install Rust stable
26
+ # uses: actions-rs/[email protected]
27
+ # with:
28
+ # toolchain: stable
29
+ # components: rustfmt
30
+ # profile: minimal
31
+ #
32
+ # - name: Add wasm32-unknown-unknown target
33
+ # run: |
34
+ # rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
35
+ # rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
36
+ #
37
+ # - name: Run localnet.sh False --build-only
38
+ # run: |
39
+ # chmod +x scripts/localnet.sh
40
+ # ./scripts/localnet.sh False --build-only
41
+ #
42
+ # - name: Run localnet.sh --build-only
43
+ # run: |
44
+ # chmod +x scripts/localnet.sh
45
+ # ./scripts/localnet.sh --build-only
49
46
50
47
- name : Create a files
51
48
working-directory : ${{ github.workspace }}
0 commit comments