Skip to content

Commit

Permalink
chore(ci): ssh-action already creates temp folder for us.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed May 8, 2024
1 parent 8518384 commit afd7d80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/drivers_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ jobs:
command_timeout: 60m
script: |
sudo dnf install -y bpftool ca-certificates cmake make automake gcc gcc-c++ kernel-devel clang git pkg-config autoconf automake libbpf-devel
temp_fld=$(mktemp -d)
pushd $temp_fld
git clone -b $GIT_BRANCH $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git libs
cd libs
mkdir -p build
Expand All @@ -207,8 +205,6 @@ jobs:
rc_bpf=$?
sudo ./test/drivers/drivers_test -k
rc_kmod=$?
popd
rm -rf $temp_fld
exit $(($rc_modern + $rc_bpf +$rc_kmod))
build-drivers-s390x:
Expand Down

0 comments on commit afd7d80

Please sign in to comment.