Skip to content

Commit dc4c6fc

Browse files
committed
remove local only build as not parallel
1 parent 319c80e commit dc4c6fc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/c_actions.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ jobs:
5050
make -C SpiNNFrontEndCommon/c_common install
5151
make -C neural_modelling
5252
53-
- name: Build C code locally install
54-
env:
55-
C_LOGS_DICT: ${{ github.workspace }}/spynnaker/pyNN/model_binaries/logs.sqlite3
56-
CFLAGS: -fdiagnostics-color=always
57-
run: |
58-
make -C spinnaker_tools
59-
make -C spinn_common
60-
make -C SpiNNFrontEndCommon/c_common
61-
make -C neural_modelling
62-
6353
- name: Build C code in DEBUG mode
6454
run: make clean; make SPYNNAKER_DEBUG=DEBUG
6555
working-directory: neural_modelling

0 commit comments

Comments
 (0)