Skip to content

Commit 278fb70

Browse files
author
Marco Edoardo Santimaria
committed
Updated syscall_intercept dependecy
Moved Syscall intercept project from pmem to alpha-unito/syscall_intercept
1 parent ed9902d commit 278fb70

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ jobs:
122122
- name: "Install packages"
123123
run: |
124124
sudo apt install -y \
125-
libcapstone-dev \
126125
libopenmpi-dev \
127126
ninja-build \
128127
openmpi-bin \

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ ENV LD_LIBRARY_PATH="/usr/local/lib"
3939

4040
RUN apt update \
4141
&& apt install -y --no-install-recommends \
42-
libcapstone4 \
4342
openmpi-bin \
4443
openssh-server \
4544
&& rm -rf /var/lib/apt/lists/* \

src/posix/syscall_intercept/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ include(ExternalProject)
1414
# Import external project from git
1515
#####################################
1616
ExternalProject_Add(syscall_intercept
17-
GIT_REPOSITORY https://github.com/pmem/syscall_intercept.git
18-
GIT_TAG ca4b13531f883597c2f04a40e095f76f6c3a6d22
17+
GIT_REPOSITORY https://github.com/alpha-unito/syscall_intercept.git
18+
GIT_TAG b05ff8037de2eb7b44dfb7fa372cfe08d565ba84
1919
PREFIX ${CMAKE_CURRENT_BINARY_DIR}
2020
CMAKE_ARGS
21+
-DSTATIC_CAPSTONE=ON
2122
-DBUILD_TESTS=OFF
2223
-DBUILD_EXAMPLES=OFF
2324
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
2425
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
25-
)
26+
)

0 commit comments

Comments
 (0)