Skip to content

Commit

Permalink
REC-55: login.sh: upgrade to v0.0.8
Browse files Browse the repository at this point in the history
Before #53, I fixed a typo spotted by @minor-fixes without
manually testing it: the Linux build now runs on Debian 11.
That means the engflow_auth binary installed by login.sh
does not work because v0.0.7 was built on Debian 12.
We need v0.0.8 instead.
  • Loading branch information
jayconrod committed Oct 21, 2024
1 parent c972047 commit c07bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi

# Download a recent version of engflow_auth to a local directory,
# then use it to import the credential.
readonly ENGFLOW_AUTH_VERSION=v0.0.7
readonly ENGFLOW_AUTH_VERSION=v0.0.8
readonly TOOLS_DIR=$(pwd)/_tools
readonly ENGFLOW_AUTH_URL="https://github.com/EngFlow/auth/releases/download/${ENGFLOW_AUTH_VERSION}/engflow_auth_${OS}_${ARCH}"
if [[ "${OS}" == "windows" ]]; then
Expand Down

0 comments on commit c07bd2b

Please sign in to comment.