From 4abc6d9c4f18534e15a6ed71550cd5f9c6f95fb3 Mon Sep 17 00:00:00 2001 From: Kreato Date: Mon, 13 May 2024 19:08:52 +0300 Subject: [PATCH] build-ci.sh: remove temp and complete migration --- scripts/build-ci.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/build-ci.sh b/scripts/build-ci.sh index 4b2c687..8bb3d60 100644 --- a/scripts/build-ci.sh +++ b/scripts/build-ci.sh @@ -19,15 +19,7 @@ case $1 in ln -s /out /work/out cd /work || exit 1 - # TEMP - wget https://github.com/kreatolinux/src/releases/download/v7.1.0/src-v7.1.0-dist.tar.gz - tar -xvf src-v7.1.0-dist.tar.gz - cd src-7.1.0 || exit 1 - nimble install cligen fuzzy nimcrypto norm -y - nim c --deepcopy:on -d:release -d:useDist --passL:-larchive --threads:on -d:ver="$VERSION" -d:ssl -o="out/kpkg" "kpkg/kpkg.nim" - cp out/kpkg /bin/kpkg - cd .. - # temp end + export KPKG_ENABLE_DEBUG=yes kpkg # Initializes configs