Skip to content

Commit

Permalink
remove sudo from build process for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk000 committed Jan 21, 2024
1 parent 63e204e commit c590fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
apt-get upgrade -y
apt-get install -q -y git curl rust-all libelf-dev libelf1 gdb gcc
run: |
sudo sh -c "echo 200 > /proc/sys/vm/nr_hugepages"
echo 200 > /proc/sys/vm/nr_hugepages
cargo build
cargo test
cargo test --no-fail-fast -- --include-ignored
Expand Down

0 comments on commit c590fec

Please sign in to comment.