File tree Expand file tree Collapse file tree 6 files changed +8
-11
lines changed Expand file tree Collapse file tree 6 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
23
23
24
24
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
25
25
cargo install --git https://github.com/anza-xyz/cargo-run-solana-tests.git \
26
- --rev c5df324a62a5e03d2ff5f9efbdbf5a4e4182325e \
26
+ --rev 2ff58e81919c5c6580620f4b1f0e37777ef6787f \
27
27
--bin cargo-run-solana-tests --root /usr/local
28
28
29
29
COPY scripts/sccache.sh /scripts/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
23
23
24
24
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
25
25
cargo install --git https://github.com/anza-xyz/cargo-run-solana-tests.git \
26
- --rev c5df324a62a5e03d2ff5f9efbdbf5a4e4182325e \
26
+ --rev 2ff58e81919c5c6580620f4b1f0e37777ef6787f \
27
27
--bin cargo-run-solana-tests --root /usr/local
28
28
29
29
COPY scripts/sccache.sh /scripts/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
23
23
24
24
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
25
25
cargo install --git https://github.com/anza-xyz/cargo-run-solana-tests.git \
26
- --rev c5df324a62a5e03d2ff5f9efbdbf5a4e4182325e \
26
+ --rev 2ff58e81919c5c6580620f4b1f0e37777ef6787f \
27
27
--bin cargo-run-solana-tests --root /usr/local
28
28
29
29
COPY scripts/sccache.sh /scripts/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
23
23
24
24
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
25
25
cargo install --git https://github.com/anza-xyz/cargo-run-solana-tests.git \
26
- --rev c5df324a62a5e03d2ff5f9efbdbf5a4e4182325e \
26
+ --rev 2ff58e81919c5c6580620f4b1f0e37777ef6787f \
27
27
--bin cargo-run-solana-tests --root /usr/local
28
28
29
29
COPY scripts/sccache.sh /scripts/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
23
23
24
24
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
25
25
cargo install --git https://github.com/anza-xyz/cargo-run-solana-tests.git \
26
- --rev c5df324a62a5e03d2ff5f9efbdbf5a4e4182325e \
26
+ --rev 2ff58e81919c5c6580620f4b1f0e37777ef6787f \
27
27
--bin cargo-run-solana-tests --root /usr/local
28
28
29
29
COPY scripts/sccache.sh /scripts/
Original file line number Diff line number Diff line change 153
153
<< : *job-linux-4c
154
154
- name : x86_64-gnu-miri
155
155
<< : *job-linux-4c
156
- - image : sbf-solana-solana
157
- continue_on_error : true
158
- << : *job-linux-4c
159
156
- image : sbpf-solana-solana
160
157
continue_on_error : true
161
158
<< : *job-linux-4c
165
162
- image : sbpfv2-solana-solana
166
163
continue_on_error : true
167
164
<< : *job-linux-4c
168
- # - image: sbpfv3-solana-solana
169
- # continue_on_error: true
170
- # <<: *job-linux-4c
165
+ - image : sbpfv3-solana-solana
166
+ continue_on_error : true
167
+ << : *job-linux-4c
171
168
172
169
# Jobs that run when you perform a try build (@bors try)
173
170
# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments