From 1c4c985b76171714668c539757bcb33995d52b93 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 14 Jun 2025 05:01:32 -0600 Subject: [PATCH] llvm-toolchain-19: fix helper format to prevent issues with watchdog. --- helpers/make-llvm-toolchain-19 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-llvm-toolchain-19 b/helpers/make-llvm-toolchain-19 index e5890be..81c50f7 100644 --- a/helpers/make-llvm-toolchain-19 +++ b/helpers/make-llvm-toolchain-19 @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe' +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM universe' BACKPORTS=true . ./config