Skip to content

Commit

Permalink
Cleared up the spelling mistake in build_rdma.yaml and remove the src…
Browse files Browse the repository at this point in the history
… bash in both build_rdma.yaml and build_static.yaml upon request of Benjamin
  • Loading branch information
maximilianheer committed Nov 15, 2024
1 parent f9adbe7 commit 8f2db13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_rdma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Compile hardware for rdma_perf example
run: |
source ~/.bashrc && vivado -version
mkdir examples_hw/build_rdma_perf && cd examples_hw/build_rdma_perf
cmake ../ -DFDEV_NAME=u55c -DEXAMPLE=rdma_perf
make project && make bitgen
Expand All @@ -30,7 +29,7 @@ jobs:
cmake ../ -DEXAMPLE=rdma_server
make
-name: Compile software for RDMA-client
- name: Compile software for RDMA-client
run: |
mkdir examples_sw/build_rdma_client && cd examples_sw/build_rdma_client
cmake ../ -DEXAMPLE=rdma_client
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Compile hardware for Perf Local Example
run: |
source ~/.bashrc && vivado -version
mkdir examples_hw/build_perf_local && cd examples_hw/build_perf_local
cmake ../ -DFDEV_NAME=u55c -DEXAMPLE=static -DEN_XTERM=0
make project && make bitgen
Expand Down

0 comments on commit 8f2db13

Please sign in to comment.