Skip to content

Commit a55f600

Browse files
authored
chore(ci): disable bpftool install from actions (#125)
1 parent f023990 commit a55f600

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/actions/build-dependencies/action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ runs:
2626
shell: bash
2727
working-directory: ${{ inputs.run-on }}
2828
#
29-
- name: Install bpftool
30-
run: |
31-
./3rdparty/bpftool.sh
32-
shell: bash
33-
working-directory: ${{ inputs.run-on }}
29+
# - name: Install bpftool
30+
# run: |
31+
# ./3rdparty/bpftool.sh
32+
# shell: bash
33+
# working-directory: ${{ inputs.run-on }}

.github/workflows/cron.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
ldconfig
5757
shell: bash
5858
#
59-
- name: Build and install bpftool
60-
run: |
61-
cd btfhub/3rdparty/bpftool
62-
make -C src clean
63-
CC=clang make -C src all
64-
cp ./src/bpftool /usr/sbin/bpftool
65-
make -C src clean
66-
shell: bash
59+
# - name: Build and install bpftool
60+
# run: |
61+
# cd btfhub/3rdparty/bpftool
62+
# make -C src clean
63+
# CC=clang make -C src all
64+
# cp ./src/bpftool /usr/sbin/bpftool
65+
# make -C src clean
66+
# shell: bash
6767
#
6868
- name: Compile BTFHub Tool
6969
run: |

0 commit comments

Comments
 (0)