aboutsummaryrefslogtreecommitdiff
path: root/ci/container/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-01 17:58:48 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-01 17:58:48 -0500
commit3883de080e263d2f076f65b4600a5021d3d64a21 (patch)
treee1eb27642da786fc562790b43ae47469f5dc368b /ci/container/Taskfile.yaml
parente7dfedc8b67593b377f4a1c3b2cc213df5de2530 (diff)
fix: merge latest package updates to fix registation
Diffstat (limited to 'ci/container/Taskfile.yaml')
-rw-r--r--ci/container/Taskfile.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/container/Taskfile.yaml b/ci/container/Taskfile.yaml
index bbf2b30..97548dc 100644
--- a/ci/container/Taskfile.yaml
+++ b/ci/container/Taskfile.yaml
@@ -32,9 +32,7 @@ tasks:
#build rpmalloc library
- cd lib/vnlib_rpmalloc/ && task && cp build/libvn_rpmalloc.so {{.OUT_DIR}}/libvn_rpmalloc.so
#install zlib and brotli native libraries from the source repos (they dont have active releases anymore :()
- - mkdir -p lib/third-party
- - cd lib/third-party && git clone https://github.com/cloudflare/zlib.git
- - cd lib/third-party && git clone https://github.com/google/brotli.git
+ - cd lib/vnlib_compress/ && task && cp build/libvn_compress.so {{.OUT_DIR}}/libvn_compress.so
#build native compression lib and put in lib dir
- cd lib/vnlib_compress && cmake -B./build && cmake --build build/ --config Release && cp build/libvn_compress.so {{.OUT_DIR}}/libvn_compress.so