Lock serum-dex to older version to avoid build failures

This commit is contained in:
Michael Vines 2020-12-01 13:38:46 -08:00 committed by mergify[bot]
parent 1a7413d8c9
commit 4e90a9f5fd
1 changed files with 3 additions and 1 deletions

View File

@ -81,8 +81,10 @@ serum_dex() {
(
set -x
rm -rf serum-dex
git clone https://github.com/project-serum/serum-dex.git # TODO: Consider using a tag
git clone https://github.com/project-serum/serum-dex.git
cd serum-dex
# TODO: Remove next line and debug build failure
git checkout 937e26da947ff04047b5dd1bde0939e000534429
update_solana_dependencies .
patch_crates_io Cargo.toml