ocaml-dune / binary-distribution

A web page for dune binary distribution
https://preview.dune.build/
ISC License
2 stars 6 forks source link

Failed to download dune tar #98

Open maiste opened 11 hours ago

maiste commented 11 hours ago

Repost from #11018 by @nojaf

Expected Behavior

curl -fsSL https://get.dune.build/install | sh downloads dune and other magic.

Actual Behavior

curl: (22) The requested URL returned error: 404

error: Failed to download dune tar from "https://get.dune.build/2024-10-17/x86_64-unknown-linux-musl/dune-2024-10-17-x86_64-unknown-linux-musl.tar.gz"

Reproduction

I was trying this in Gitpod, but I'm assuming this is a larger issue.

  1. Optional, open new gitpod or devcontainer
  2. curl -fsSL https://get.dune.build/install | sh

Specifications

Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy

Additional information

Please add some CI so this works very day going forward.

maiste commented 11 hours ago

I know why. This is an error with our script. We recently updated the code to not build the release every day, but the script keep using the date. I'll push a fix soon.

maiste commented 10 hours ago

@nojaf the script should work again now :+1: