aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/server/container/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ObjectCacheServer/server/container/Taskfile.yaml')
-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: