Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ynh_script_progression --message="Installing dependencies..." --weight=5

ynh_exec_warn_less ynh_exec_as $app RUSTUP_HOME="$install_dir"/.rustup CARGO_HOME="$install_dir"/.cargo bash -c 'curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y'
export PATH="$install_dir/.cargo/bin:$PATH"
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH rustup install 1.89.0
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH rustup default 1.89.0
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH cargo install diesel_cli --no-default-features --features 'mysql'

#=================================================
Expand Down Expand Up @@ -81,7 +83,7 @@ pushd $install_dir/build
popd

ynh_script_progression --message="Building syncserver"
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH cargo install --path ./syncserver --locked --root $install_dir --no-default-features --features=syncstorage-db/mysql
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH cargo install --path ./syncserver --locked --root $install_dir --no-default-features --features=syncstorage-db/mysql --verbose
popd


Expand Down
1 change: 0 additions & 1 deletion tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
test_format = 1.0

[default]
test_upgrade_from.84eb61dc.name = "Upgrade from 0.18.1~3"