forked from hyperledger-iroha/iroha
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] hyperledger-iroha#4090 hyperledger-iroha#3858: Fix having to pa…
…ss IROHA_SKIP_WASM_CHECKS env variable with true (hyperledger-iroha#4096) * [fix] hyperledger-iroha#4090: Fix having to pass IROHA_SKIP_WASM_CHECKS env variable with true Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [fix]: Fix having to pass variable IROHA_SKIP_WASM_CHECKS with checking PORFILE variable to be test Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [fix]: delete formating from the src code Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [delete] the check needed in building for client and cli Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [add] format and checking of smart contracts in CI Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [add] check and format in pr for dev Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [change] format chekck from dev and dev-pr to dev-pr-static Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [revert] paths deletion in dev-pr && [fix] naming issues in dev-pr-static CIs Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [change] revert double quotes to single quotes in paths && remove the checking from dev CI Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [delete] build script from client && [delete] IROHA_SKIP_WASM_CHECKS from nix Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [delete] unecessary print statments and stray comment from cli build.rs Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> --------- Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com>
- Loading branch information
1 parent
7329e47
commit a7ed2c0
Showing
6 changed files
with
30 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,7 +214,6 @@ | |
fenix'.rust-analyzer | ||
]; | ||
|
||
IROHA_SKIP_WASM_CHECKS = true; | ||
}; | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters