Skip to content

Commit

Permalink
build-ci.sh: remove temp and complete migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored May 13, 2024
1 parent a65c724 commit 4abc6d9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4abc6d9

Please sign in to comment.