Skip to content

Commit 43549b3

Browse files
committed
Remove debug statements from CI workflow
Remove accidentally committed debugging commands from the 'Print Rust toolchain default versions' step that were used to troubleshoot a build issue. These commands (ldd --version, ls contract-bindings/src, cat contract-bindings/src/lib.rs) are unrelated to printing Rust toolchain versions and unnecessarily pollute CI logs.
1 parent 9cae46e commit 43549b3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
rustc --version
7373
echo "cargo version:"
7474
cargo -V
75-
echo "glibc version"
76-
ldd --version
77-
echo "contract-bindings/src"
78-
ls contract-bindings/src
79-
cat contract-bindings/src/lib.rs
8075
8176
- name: Check fmt (nightly)
8277
run: cargo +nightly-2024-07-05 fmt --check --all

0 commit comments

Comments
 (0)