Skip to content

Commit dc45476

Browse files
committed
cleanup: remove deprecated stuff
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
1 parent a4157b7 commit dc45476

File tree

12 files changed

+3
-453
lines changed

12 files changed

+3
-453
lines changed

.github/actions/install-zig/action.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Install deps
3030
run: |
31-
cp -v docker/builder/zig-cc /usr/bin/
32-
cp -v docker/builder/zig-c++ /usr/bin/
31+
cp -v scripts/zig-cc /usr/bin/
32+
cp -v scripts/zig-c++ /usr/bin/
3333
apt update && \
3434
apt install -y --no-install-recommends \
3535
autoconf \
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set artifact name
8585
id: artifact_name
8686
run: |
87-
echo "name=sysdig-dev-$(echo ${{ matrix.platform }} | sed -e 's|/|-|g')" >> $GITHUB_OUTPUT
87+
echo "name=sysdig-dev-linux-$(echo ${{ matrix.platform }} | sed -e 's|/|-|g')" >> $GITHUB_OUTPUT
8888
8989
- name: Upload rpm package
9090
uses: actions/upload-artifact@v4

docker/builder/Dockerfile

Lines changed: 0 additions & 65 deletions
This file was deleted.

docker/ebpf-probe-builder/Dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docker/ebpf-probe-builder/build_bpf_probe.sh

Lines changed: 0 additions & 54 deletions
This file was deleted.

docker/ebpf-probe-builder/probe-builder-entrypoint.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

docker/local/Dockerfile

Lines changed: 0 additions & 37 deletions
This file was deleted.

docker/local/docker-entrypoint.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)