File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
actions/build-dependencies Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments