Skip to content

Commit

Permalink
cleanup: remove deprecated stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Jan 21, 2025
1 parent 4efe8a1 commit bee9596
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 453 deletions.
55 changes: 0 additions & 55 deletions .github/actions/install-zig/action.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install deps
run: |
cp -v docker/builder/zig-cc /usr/bin/
cp -v docker/builder/zig-c++ /usr/bin/
cp -v scripts/zig-cc /usr/bin/
cp -v scripts/zig-c++ /usr/bin/
apt update && \
apt install -y --no-install-recommends \
autoconf \
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set artifact name
id: artifact_name
run: |
echo "name=sysdig-dev-$(echo ${{ matrix.platform }} | sed -e 's|/|-|g')" >> $GITHUB_OUTPUT
echo "name=sysdig-dev-linux-$(echo ${{ matrix.platform }} | sed -e 's|/|-|g')" >> $GITHUB_OUTPUT
- name: Upload rpm package
uses: actions/upload-artifact@v4
Expand Down
65 changes: 0 additions & 65 deletions docker/builder/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions docker/ebpf-probe-builder/Dockerfile

This file was deleted.

54 changes: 0 additions & 54 deletions docker/ebpf-probe-builder/build_bpf_probe.sh

This file was deleted.

49 changes: 0 additions & 49 deletions docker/ebpf-probe-builder/probe-builder-entrypoint.sh

This file was deleted.

37 changes: 0 additions & 37 deletions docker/local/Dockerfile

This file was deleted.

33 changes: 0 additions & 33 deletions docker/local/docker-entrypoint.sh

This file was deleted.

Loading

0 comments on commit bee9596

Please sign in to comment.