From 1f0b597e2fff7f6df4c368bbfe2af5f639c27088 Mon Sep 17 00:00:00 2001 From: junderw Date: Tue, 15 Oct 2024 19:43:56 +0900 Subject: [PATCH] Use llvm17 because C sucks --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 41bcf47bc..1cac9e8e9 100755 --- a/production/install +++ b/production/install @@ -417,7 +417,7 @@ DEBIAN_UNFURL_PKG+=(libxdamage-dev libxrandr-dev libgbm-dev libpango1.0-dev liba # packages needed for mempool ecosystem FREEBSD_PKG=() FREEBSD_PKG+=(zsh sudo git git-lfs screen curl wget calc neovim) -FREEBSD_PKG+=(openssh-portable py311-pip rust llvm18 jq base64 libzmq4) +FREEBSD_PKG+=(openssh-portable py311-pip rust llvm17 jq base64 libzmq4) FREEBSD_PKG+=(boost-libs autoconf automake gmake gcc libevent libtool pkgconf) FREEBSD_PKG+=(nginx rsync py311-certbot-nginx mariadb1011-server) FREEBSD_PKG+=(geoipupdate redis)