Skip to content

Commit 795f4a8

Browse files
tklauserqmonnet
authored andcommitted
ci: drop libsframe installation step
The intent of the step was that libsframe1 should be installed when running the workflow on the ubuntu-24.04 runner. However, the condition mistakenly checks for the step being run on the ubuntu-20.04 runner, so it's currently a no-op. The workflow passed without this step being run. Thus, we can assume libsframe1 was installed as a transitive dependency in the previous step and the libsframe installation step can be removed altogether. Fixes: 6180da5 ("ci: Add Ubuntu 24.04 runner (with ugly hack for static libbfd)") Signed-off-by: Tobias Klauser <[email protected]>
1 parent fbcccb0 commit 795f4a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
--slave /usr/bin/llvm-strip llvm-strip /usr/bin/llvm-strip-"${CLANG_VERSION}"
4646
echo "CLANG_VERSION=${CLANG_VERSION}" >> "${GITHUB_ENV}"
4747
48-
- name: Install libsframe (Ubuntu 24.04+)
49-
if: matrix.os == 'ubuntu-20.04'
50-
run: |
51-
sudo apt-get install -y libsframe1
52-
5348
- name: Build bpftool (default LLVM disassembler)
5449
run: |
5550
make -j -C src V=1

0 commit comments

Comments
 (0)