File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ variables:
88 - &install_binstall "wget -O- https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz | tar -xvz -C /usr/local/cargo/bin"
99 - install_diesel_cli : &install_diesel_cli
1010 - apt-get update && apt-get install -y postgresql-client
11- # --locked ensures compatibility with the currently used rust version
12- - cargo install diesel_cli --no-default-features --features postgres --locked
11+ # diesel_cli@2.2.8 is the last version that supports rust 1.81, which we are currently locked on due to perf regressions on rust 1.82+ :(
12+ - cargo install --locked diesel_cli@2.2.8 --no-default-features --features postgres
1313 - export PATH="$CARGO_HOME/bin:$PATH"
1414 - &slow_check_paths
1515 - event : pull_request
You can’t perform that action at this time.
0 commit comments