aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/server/container
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-28 16:57:57 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-28 16:57:57 -0400
commitd8e1307252b176112040521f46951a02b5474c80 (patch)
tree416fe69db6b0294eac2b80a3b2241de744ea5810 /plugins/ObjectCacheServer/server/container
parentb53fde4d0e9ed7d88e1ac322f455eefe0c9f0dfa (diff)
ci(app): Switch to local build deps instead of downloading
Diffstat (limited to 'plugins/ObjectCacheServer/server/container')
-rw-r--r--plugins/ObjectCacheServer/server/container/Taskfile.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/ObjectCacheServer/server/container/Taskfile.yaml b/plugins/ObjectCacheServer/server/container/Taskfile.yaml
index 10ee86b..e02f1b3 100644
--- a/plugins/ObjectCacheServer/server/container/Taskfile.yaml
+++ b/plugins/ObjectCacheServer/server/container/Taskfile.yaml
@@ -8,11 +8,6 @@ version: "3"
vars:
INCLUDE_FILES: "Dockerfile, docker-compose.yaml"
-includes:
- install:
- taskfile: ../install.taskfile.yaml
- optional: true #not needed for inside container build
-
tasks:
#called from inside the container to build native libraries
build-libs:
@@ -40,9 +35,6 @@ tasks:
#remove the default config file as it's not needed in the container
- powershell -Command "rm -Force -Recurse build/app/config/"
- #install rpmalloc
- - task: install-rpmalloc-lib
-
postbuild_success:
cmds:
#tar up the build directory and move it to the output bin directory
@@ -55,17 +47,6 @@ tasks:
cmds:
- cmd: powershell -Command "rm -Recurse -Force ./build"
- install-rpmalloc-lib:
- internal: true
- cmds:
- #install compressor plugin
- - task: install:install
- vars:
- PROJECT_NAME: 'vnlib_rpmalloc'
- MODULE_NAME: "VNLib.Core"
- FILE_NAME: "src.tgz"
- DIR: './build/app/lib/vnlib_rpmalloc'
-
setup-container-image:
internal: true
cmds: