Skip to content

Commit f0a79ff

Browse files
committed
Enable this now as license should be working
1 parent 11a6ee2 commit f0a79ff

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

.github/workflows/self_hosted.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,22 @@ jobs:
9595
cd SpiNNMan/manual_scripts
9696
python get_machine.py
9797
98-
# To be restored when ARM compiler licences are available
99-
# - name: Build and Test with ARM Compiler
100-
# run: |
101-
# source pyenv/bin/activate
102-
103-
# # show compiler version
104-
# armcc --vsn
105-
106-
# # Build base and SCAMP with gcc
107-
# make GNU=0 -C spinnaker_tools install
108-
# make GNU=0 -C spinnaker_tools/scamp
109-
# make GNU=0 -C spinnaker_tools/bmp
110-
111-
# # Copy SCAMP to SpiNNMan
112-
# cp spinnaker_tools/scamp/scamp-3.boot \
113-
# ${GITHUB_WORKSPACE}/SpiNNMan/spinnman/messages/spinnaker_boot/boot_data/scamp.boot
114-
115-
# # Get a machine and boot it
116-
# cd SpiNNMan/manual_scripts
117-
# python get_machine.py
98+
- name: Build and Test with ARM Compiler
99+
run: |
100+
source pyenv/bin/activate
101+
102+
# show compiler version
103+
armcc --vsn
104+
105+
# Build base and SCAMP with gcc
106+
make GNU=0 -C spinnaker_tools install
107+
make GNU=0 -C spinnaker_tools/scamp
108+
make GNU=0 -C spinnaker_tools/bmp
109+
110+
# Copy SCAMP to SpiNNMan
111+
cp spinnaker_tools/scamp/scamp-3.boot \
112+
${GITHUB_WORKSPACE}/SpiNNMan/spinnman/messages/spinnaker_boot/boot_data/scamp.boot
113+
114+
# Get a machine and boot it
115+
cd SpiNNMan/manual_scripts
116+
python get_machine.py

0 commit comments

Comments
 (0)