mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 09:22:23 +00:00
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -178,8 +178,9 @@ jobs:
|
|||||||
sudo systemctl enable ndpid@lo
|
sudo systemctl enable ndpid@lo
|
||||||
sudo systemctl start ndpid@lo
|
sudo systemctl start ndpid@lo
|
||||||
SYSTEMCTL_RET=3; while (( $SYSTEMCTL_RET == 3 )); do systemctl is-active ndpid@lo.service; SYSTEMCTL_RET=$?; sleep 1; done
|
SYSTEMCTL_RET=3; while (( $SYSTEMCTL_RET == 3 )); do systemctl is-active ndpid@lo.service; SYSTEMCTL_RET=$?; sleep 1; done
|
||||||
sudo systemctl status ndpisrvd.service ndpid@lo.service
|
sudo systemctl status ndpisrvd.service ndpid@lo.service || true
|
||||||
sudo systemctl show ndpisrvd.service ndpid@lo.service -p SubState,ActiveState
|
sudo systemctl show ndpisrvd.service ndpid@lo.service -p SubState,ActiveState || true
|
||||||
|
journalctl --no-tail --no-pager -u ndpisrvd.service -u ndpid@lo.service
|
||||||
- name: Build against libnDPI-${{ matrix.ndpi_min_version }}
|
- name: Build against libnDPI-${{ matrix.ndpi_min_version }}
|
||||||
if: matrix.upload == false
|
if: matrix.upload == false
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ GIT_SUCCESS=0
|
|||||||
if [ -d ./.git -o -f ./.git ]; then
|
if [ -d ./.git -o -f ./.git ]; then
|
||||||
GIT_SUCCESS=1
|
GIT_SUCCESS=1
|
||||||
|
|
||||||
if [ ! -z "${FORCE_GIT_UPDATE}" ]; then
|
if [ ! -z "${FORCE_GIT_UPDATE}" -a "${FORCE_GIT_UPDATE}" != "OFF" ]; then
|
||||||
git submodule deinit --force -- ./libnDPI || { GIT_SUCCESS=0; true; }
|
git submodule deinit --force -- ./libnDPI || { GIT_SUCCESS=0; true; }
|
||||||
LINES_CHANGED=0
|
LINES_CHANGED=0
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user