diff options
| author | tongzongzhen <[email protected]> | 2024-11-14 10:56:58 +0800 |
|---|---|---|
| committer | tongzongzhen <[email protected]> | 2024-11-14 10:56:58 +0800 |
| commit | 41a2bc3b84d8d98e562f9fc4efd58361794899d5 (patch) | |
| tree | 29d3dc1d112bcf509c30d989ac3d4c0dbc6641f7 /.gitlab-ci.yml | |
| parent | a0b78852725ba514d7487e46c1dfb77517995074 (diff) | |
Remove the rpm package dependency of wireshark
In the previous version of marsio, wireshark was used to merge two pcapng files. Now the function of generating pcapng files has been moved to telemetry. So, the wireshark dependency is now removed.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b31780..9078d54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: .build_before_script: before_script: - - yum install -y wireshark iproute + - yum install -y iproute - pip3 install msgpack - mkdir -p /tmp/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/$CI_PROJECT_NAMESPACE/ - ln -s $CI_PROJECT_DIR /tmp/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/$CI_PROJECT_PATH |
