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:
@ -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
|
||||
|
Reference in New Issue
Block a user