Skip to content

Commit

Permalink
Merge pull request #885 from aapostoliuk/T2326-circinus
Browse files Browse the repository at this point in the history
T2326: opennhrp: Removed OpenNHRP package
  • Loading branch information
c-po authored Jan 13, 2025
2 parents a2fb862 + 4d64c89 commit 0bd5cb4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/trigger_rebuild_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
- 'scripts/package-build/netfilter/**'
node_exporter:
- 'scripts/package-build/node_exporter/**'
opennhrp:
- 'scripts/package-build/opennhrp/**'
openvpn-otp:
- 'scripts/package-build/openvpn-otp/**'
owamp:
Expand Down Expand Up @@ -187,10 +185,6 @@ jobs:
trigger_build "node_exporter"
fi
if [ "${{ steps.changes.outputs.opennhrp }}" == "true" ]; then
trigger_build "opennhrp"
fi
if [ "${{ steps.changes.outputs.openvpn-otp }}" == "true" ]; then
trigger_build "openvpn-otp"
fi
Expand Down
5 changes: 0 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,6 @@ RUN GO_VERSION_INSTALL="1.23.2" ; \
rm /tmp/go*.tar.gz
RUN echo "export PATH=/opt/go/bin:$PATH" >> /etc/bash.bashrc

# Packages needed for opennhrp
RUN apt-get update && apt-get install -y \
libc-ares-dev \
libev-dev

# Packages needed for Qemu test-suite
# This is for now only supported on i386 and amd64 platforms
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
Expand Down
1 change: 0 additions & 1 deletion scripts/package-build/opennhrp/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion scripts/package-build/opennhrp/build.py

This file was deleted.

21 changes: 0 additions & 21 deletions scripts/package-build/opennhrp/package.toml

This file was deleted.

0 comments on commit 0bd5cb4

Please sign in to comment.