Skip to content

Commit

Permalink
Merge pull request #778 from sever-sever/T861-mlnx
Browse files Browse the repository at this point in the history
T861: Fix mellanox build by actions
  • Loading branch information
sever-sever authored Oct 1, 2024
2 parents 7670c25 + 8879bf0 commit 356ef07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-build/linux-kernel/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def build_intel_ixgbevf():

def build_mellanox_ofed():
"""Build Mellanox OFED"""
run(['sudo ./build-mellanox-ofed.sh'], check=True)
run(['sudo', './build-mellanox-ofed.sh'], check=True)


def build_jool():
Expand Down

0 comments on commit 356ef07

Please sign in to comment.