-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore Serai release due to CI/RPC failures caused by compiling it i…
…n debug mode This is *probably* worth an issue filed upstream, if it can be tracked down.
- Loading branch information
1 parent
00eaa2f
commit 2b62168
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cargo build -p serai-node && \ | ||
mv /serai/target/debug/serai-node /serai/bin | ||
cargo build --release -p serai-node && \ | ||
mv /serai/target/release/serai-node /serai/bin |