Skip to content

Commit 72848cf

Browse files
author
Matthew Orris
committed
fix: more debug info
1 parent 889c86b commit 72848cf

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/workflows/publish-dev-ci-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- disabled-as-this-branch-does-not-exist
10-
# - 1639-upgrade-to-polkadot-release-v100
10+
- 1727-ci-base-image-bug
1111
env:
1212
BIN_DIR: target/release
1313

.github/workflows/verify-pr-commit.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,15 @@ jobs:
201201
- name: Check
202202
# Remove these install commands when ci-base-image has nightly toolchain
203203
run: |
204-
echo "***************************************"
204+
echo "***************************************-env"
205+
env | grep VERSION
206+
echo "***************************************-show"
205207
rustup show
206-
rustup toolchain install nightly-2023-07-13
207-
rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2023-07-13
208+
echo "***************************************"
209+
# rustup toolchain install nightly-2023-07-13
210+
echo "***************************************"
211+
# rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2023-07-13
212+
echo "***************************************"
208213
cargo +nightly-2023-07-13 fmt --check
209214
210215
lint-rust-code:
@@ -221,8 +226,11 @@ jobs:
221226
run: |
222227
echo "***************************************"
223228
rustup show
229+
echo "***************************************"
224230
rustup toolchain install nightly-2023-07-13
231+
echo "***************************************"
225232
rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2023-07-13
233+
echo "***************************************"
226234
SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly-2023-07-13 clippy \
227235
--features runtime-benchmarks,frequency-lint-check \
228236
-- \
@@ -242,8 +250,11 @@ jobs:
242250
run: |
243251
echo "***************************************"
244252
rustup show
253+
echo "***************************************"
245254
rustup toolchain install nightly-2023-07-13
255+
echo "***************************************"
246256
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-07-13
257+
echo "***************************************"
247258
RUSTDOCFLAGS="--enable-index-page --check -Zunstable-options" cargo +nightly-2023-07-13 doc --no-deps --features frequency
248259
249260
verify-rust-packages-and-deps:

0 commit comments

Comments
 (0)