Skip to content

Commit

Permalink
Fix XTERM error for RDMA build
Browse files Browse the repository at this point in the history
  • Loading branch information
bo3z committed Nov 16, 2024
1 parent 3377be6 commit 01824f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rdma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Compile hardware for rdma_perf example
run: |
mkdir examples_hw/build_rdma_perf && cd examples_hw/build_rdma_perf
cmake ../ -DFDEV_NAME=u55c -DEXAMPLE=rdma_perf
cmake ../ -DFDEV_NAME=u55c -DEXAMPLE=rdma_perf -DEN_XTERM=0
make project && make bitgen
- name: Compile software for RDMA-server
Expand Down

0 comments on commit 01824f7

Please sign in to comment.