Installing dfx 0.14.0 is broken

Our CI is failing on dfx 0.14.0 because of a 404, and running the command from the installer locally confirms this: curl https://github.com/dfinity/sdk/releases/download/0.14.0/dfx-0.14.0-x86_64-linux.tar.gz results in a Not found.

We install dfx like this: DFX_VERSION=0.14.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"

We pulled the dfx 0.14.0 files because it contains a broken asset canister. We recommend 0.14.1 instead. @mnl can you maybe add this to the release post for 0.14.1?

2 Likes

Anyway to easily setup a redirect for the download from v0.14.0 to v0.14.1? Or bad idea?

Oh. Heh. Glad I found this. I’ve been trying to install 0.14.0 for the last hour or so. Turns out it’s impossible…

I was trying to downgrade because when running 0.14.1 I’m getting some type matching errors between my local definition for a simple type that includes a Blob type and the type defined in icrc1.did, as I try to follow the ckBTC hackathon demo project. I figured since the demo project was made in 0.14.0, downgrading might solve the mismatch issue. I’ll make a separate forum post for the type mismatch issue I’m running into.

edit: I created the forum post