From 311a1a38dc57b3e5fceb9743baeed3715b4c3e9f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 23:51:15 +0000 Subject: [PATCH] Lock serum-dex to older version to avoid build failures (#13900) (cherry picked from commit 4e90a9f5fd12002dbdb980e6dcbfd2635714c010) Co-authored-by: Michael Vines --- scripts/build-downstream-projects.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/build-downstream-projects.sh b/scripts/build-downstream-projects.sh index fe480c93eb..3add8ec5f9 100755 --- a/scripts/build-downstream-projects.sh +++ b/scripts/build-downstream-projects.sh @@ -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