Skip to content

Commit

Permalink
build(docs): fix Cloudflare builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Dec 12, 2024
1 parent 7dea92b commit d0372d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_docs.bash
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set -e

PLATFORM=${1:-"x86_64-linux-gnu-ubuntu-16.04"}
PLATFORM=${1:-"x86_64-linux-gnu-ubuntu-18.04"}

wget -qO- https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-$PLATFORM.tar.xz | tar xJ
wget -qO- https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/clang+llvm-18.1.8-$PLATFORM.tar.xz | tar xJ

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

Expand Down

0 comments on commit d0372d7

Please sign in to comment.