We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba02fb commit 1e848aeCopy full SHA for 1e848ae
.github/workflows/code-lint.yaml
@@ -57,7 +57,10 @@ jobs:
57
- run: nix-build shell.nix --argstr spdk-path ./spdk
58
- run: nix-shell --argstr spdk-path spdk --run "./build_scripts/build_spdk.sh configure -t $(uname -m)-unknown-linux-gnu"
59
- run: nix-shell --argstr spdk-path spdk --run "./build_scripts/build_spdk.sh make"
60
- - run: nix-shell --argstr spdk-path spdk --run "cargo build --all"
+ - run: nix-shell --argstr spdk-path spdk --run "cargo build --all --examples"
61
+ - run: sudo sysctl -w vm.nr_hugepages=512
62
+ - run: sudo -E ./target/debug/examples/hello_world
63
+ if: ${{ matrix.os != "github-arm64-2c-8gb" }}
64
# - name: Setup tmate session
65
# if: ${{ failure() }}
66
# timeout-minutes: 120
0 commit comments