Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix last tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 2, 2024
1 parent eb07fc8 commit a67b94d
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions bridges/snowbridge/scripts/contribute-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,25 @@ rm -rf $SNOWBRIDGE_FOLDER/pallets/ethereum-client/fuzz
pushd $SNOWBRIDGE_FOLDER

# let's test if everything we need compiles
#cargo check -p snowbridge-pallet-ethereum-client
#cargo check -p snowbridge-pallet-ethereum-client --features runtime-benchmarks
#cargo check -p snowbridge-pallet-ethereum-client --features try-runtime
#cargo check -p snowbridge-pallet-inbound-queue
#cargo check -p snowbridge-pallet-inbound-queue --features runtime-benchmarks
#cargo check -p snowbridge-pallet-inbound-queue --features try-runtime
#cargo check -p snowbridge-pallet-outbound-queue
#cargo check -p snowbridge-pallet-outbound-queue --features runtime-benchmarks
#cargo check -p snowbridge-pallet-outbound-queue --features try-runtime
#cargo check -p snowbridge-pallet-system
#cargo check -p snowbridge-pallet-system --features runtime-benchmarks
#cargo check -p snowbridge-pallet-system --features try-runtime
cargo check -p snowbridge-pallet-ethereum-client
cargo check -p snowbridge-pallet-ethereum-client --features runtime-benchmarks
cargo check -p snowbridge-pallet-ethereum-client --features try-runtime
cargo check -p snowbridge-pallet-inbound-queue
cargo check -p snowbridge-pallet-inbound-queue --features runtime-benchmarks
cargo check -p snowbridge-pallet-inbound-queue --features try-runtime
cargo check -p snowbridge-pallet-outbound-queue
cargo check -p snowbridge-pallet-outbound-queue --features runtime-benchmarks
cargo check -p snowbridge-pallet-outbound-queue --features try-runtime
cargo check -p snowbridge-pallet-system
cargo check -p snowbridge-pallet-system --features runtime-benchmarks
cargo check -p snowbridge-pallet-system --features try-runtime

# we're removing lock file after all checks are done. Otherwise we may use different
# Substrate/Polkadot/Cumulus commits and our checks will fail
rm -f $SNOWBRIDGE_FOLDER/parachain/Cargo.toml
rm -f $SNOWBRIDGE_FOLDER/parachain/Cargo.lock
rm -f $SNOWBRIDGE_FOLDER/Cargo.toml
rm -f $SNOWBRIDGE_FOLDER/Cargo.lock

popd
pwd

# Replace Parity's CI files, that we have overwritten in our fork, to run our own CI
rm -rf .github
Expand Down

0 comments on commit a67b94d

Please sign in to comment.