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

Commit aa1489d

Browse files
committed
Disable C header generation in CI
1 parent d11dbba commit aa1489d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/script.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ _ cargo build
3131
_ cargo run --manifest-path=utils/test-client/Cargo.toml
3232

3333

34-
# Check generated C headers
35-
_ cargo run --manifest-path=utils/cgen/Cargo.toml
36-
37-
_ git diff --exit-code token/program/inc/token.h
38-
_ cc token/program/inc/token.h -o target/token.gch
39-
_ git diff --exit-code token-swap/program/inc/token-swap.h
40-
_ cc token-swap/program/inc/token-swap.h -o target/token-swap.gch
34+
# # Check generated C headers
35+
# _ cargo run --manifest-path=utils/cgen/Cargo.toml
36+
#
37+
# _ git diff --exit-code token/program/inc/token.h
38+
# _ cc token/program/inc/token.h -o target/token.gch
39+
# _ git diff --exit-code token-swap/program/inc/token-swap.h
40+
# _ cc token-swap/program/inc/token-swap.h -o target/token-swap.gch
4141

4242

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

0 commit comments

Comments
 (0)