File tree 11 files changed +146
-198
lines changed
11 files changed +146
-198
lines changed Original file line number Diff line number Diff line change 13
13
name : Release Artifacts
14
14
runs-on : ubuntu-latest
15
15
container :
16
- image : projectserum/build:v0.24.2
16
+ image : projectserum/build:v0.25.0
17
17
env :
18
18
RUSTUP_HOME : " /root/.rustup"
19
19
steps :
Original file line number Diff line number Diff line change 23
23
contents : read
24
24
runs-on : ubuntu-latest
25
25
container :
26
- image : projectserum/build:v0.24.2
26
+ image : projectserum/build:v0.25.0
27
27
env :
28
28
RUSTUP_HOME : " /root/.rustup"
29
29
FORCE_COLOR : 1
Original file line number Diff line number Diff line change 11
11
name : Rust Run Anchor Tests
12
12
runs-on : ubuntu-latest
13
13
container :
14
- image : projectserum/build:v0.24.2
14
+ image : projectserum/build:v0.25.0
15
15
env :
16
16
RUSTUP_HOME : " /root/.rustup"
17
17
FORCE_COLOR : 1
36
36
path : contracts/target
37
37
key : ${{ runner.os }}-v2-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
38
38
39
- - run : solana-keygen new -o id.json
39
+ - run : solana-keygen new -o id.json --no-bip39-passphrase
40
40
- name : Compile typescript client
41
41
run : |
42
42
cd ../ts
53
53
name : Rust Lint
54
54
runs-on : ubuntu-latest
55
55
container :
56
- image : projectserum/build:v0.24.2
56
+ image : projectserum/build:v0.25.0
57
57
env :
58
58
RUSTUP_HOME : " /root/.rustup"
59
59
FORCE_COLOR : 1
Original file line number Diff line number Diff line change 18
18
contents : read
19
19
runs-on : ubuntu-latest
20
20
container :
21
- image : projectserum/build:v0.24.2
21
+ image : projectserum/build:v0.25.0
22
22
env :
23
23
RUSTUP_HOME : " /root/.rustup"
24
24
FORCE_COLOR : 1
Original file line number Diff line number Diff line change 1
1
BIN_DIR = bin
2
2
export GOPATH ?= $(shell go env GOPATH)
3
3
export GO111MODULE ?= on
4
- export PROJECT_SERUM_IMAGE ?= projectserum/build :v0.24.2
4
+ export PROJECT_SERUM_IMAGE ?= projectserum/build :v0.25.0
5
5
6
6
LINUX =LINUX
7
7
OSX =OSX
You can’t perform that action at this time.
0 commit comments