File tree Expand file tree Collapse file tree
src/posix/syscall_intercept Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ ENV LD_LIBRARY_PATH="/usr/local/lib"
3939
4040RUN apt update \
4141 && apt install -y --no-install-recommends \
42- libcapstone4 \
4342 openmpi-bin \
4443 openssh-server \
4544 && rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ include(ExternalProject)
1414# Import external project from git
1515#####################################
1616ExternalProject_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+ )
You can’t perform that action at this time.
0 commit comments