Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 142e8e2

Browse files
mvinesmergify[bot]
authored andcommitted
Temporarly disable C header checks
1 parent 18a380c commit 142e8e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/script.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ _ cargo +nightly clippy --workspace --all-targets -- --deny=warnings
2828

2929
# Build client libraries
3030
(
31-
export SPL_CBINDGEN=1 # <-- Force cbindgen header generation
31+
#export SPL_CBINDGEN=1 # <-- Force cbindgen header generation
3232
_ cargo build
3333
)
3434
_ cargo run --manifest-path=ci/client/Cargo.toml
3535

3636
# Check generated C headers
37-
_ git diff --exit-code token/program/inc/token.h
38-
_ cc token/program/inc/token.h -o target/token.gch
39-
40-
_ git diff --exit-code token-swap/program/inc/token-swap.h
41-
_ cc token-swap/program/inc/token-swap.h -o target/token-swap.gch
37+
#_ git diff --exit-code token/program/inc/token.h
38+
#_ cc token/program/inc/token.h -o target/token.gch
39+
#
40+
#_ git diff --exit-code token-swap/program/inc/token-swap.h
41+
#_ cc token-swap/program/inc/token-swap.h -o target/token-swap.gch
4242

4343

4444
# Run clippy for all program crates, with the `program` feature enabled

0 commit comments

Comments
 (0)