Skip to content

Commit 5d265db

Browse files
committed
Rename extension core_plugin to cli_core_plugin, improve the cmake install for plugins and solve bugs from the tests.
1 parent d1bc419 commit 5d265db

File tree

18 files changed

+125
-684
lines changed

18 files changed

+125
-684
lines changed

docker-compose.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ sub_test() {
7676
# Disable BuildKit as workaround due to log limits (TODO: https://github.com/docker/buildx/issues/484)
7777
export DOCKER_BUILDKIT=0
7878

79+
# Disable build with sanitizer
80+
export METACALL_BUILD_SANITIZER=
81+
7982
ln -sf tools/deps/.dockerignore .dockerignore
8083
docker-compose -f docker-compose.yml -f docker-compose.test.yml build --force-rm deps
8184

source/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ add_subdirectory(detours)
128128
set(IDE_FOLDER "Extensions")
129129
add_subdirectory(extensions)
130130

131+
# Extensions
132+
set(IDE_FOLDER "Plugins")
133+
add_subdirectory(plugins)
134+
131135
# Ports
132136
set(IDE_FOLDER "Ports")
133137
add_subdirectory(ports)

source/cli/metacallcli-bootstrap/CMakeLists.txt

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)