Skip to content

Commit

Permalink
Remove psa nanomsg from experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Dec 17, 2023
1 parent 675b828 commit efad168
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,996 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
cmake \
libffi-dev \
libxml2-dev \
libczmq-dev \
libcpputest-dev \
rapidjson-dev \
libavahi-compat-libdnssd-dev \
Expand Down
4 changes: 1 addition & 3 deletions documents/building/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ The following packages (libraries + headers) should be installed on your system:
* libffi (for libdfi)
* libxml2 (for remote services and bonjour shell)
* rapidjson (for C++ remote service discovery)
* libczmq (for PubSubAdmin ZMQ)


For Ubuntu 22.04, use the following commands:
Expand All @@ -155,15 +154,14 @@ sudo apt-get install -yq --no-install-recommends \
libffi-dev \
libzip-dev \
libxml2-dev \
libczmq-dev \
libcpputest-dev \
rapidjson-dev
```

For OSX systems with brew installed, use the following commands:
```bash
brew update && \
brew install lcov libffi libzip czmq rapidjson libxml2 cmake jansson && \
brew install lcov libffi libzip rapidjson libxml2 cmake jansson && \
brew link --force libffi
```

Expand Down
1 change: 0 additions & 1 deletion misc/experimental/bundles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ if (NOT APPLE)
#Note note sure if these bundles build on OSX
add_subdirectory(config_admin)
add_subdirectory(event_admin)
add_subdirectory(pubsub_admin_nanomsg)
endif ()
46 changes: 0 additions & 46 deletions misc/experimental/bundles/pubsub_admin_nanomsg/CMakeLists.txt

This file was deleted.

103 changes: 0 additions & 103 deletions misc/experimental/bundles/pubsub_admin_nanomsg/src/LogHelper.h

This file was deleted.

This file was deleted.

Loading

0 comments on commit efad168

Please sign in to comment.