Lock serum-dex to older version to avoid build failures (#13900)

(cherry picked from commit 4e90a9f5fd)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-12-01 23:51:15 +00:00
committed by GitHub
parent a1828a0e45
commit 311a1a38dc

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