Skip to content
Snippets Groups Projects
Commit ed350192 authored by Guillaume Endignoux's avatar Guillaume Endignoux
Browse files

Move third_party/tock to a long build directory to catch limits in the linker scripts.

parent eac6f1d0
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,10 @@ jobs: ...@@ -29,8 +29,10 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel run: python -m pip install --upgrade pip setuptools wheel
- name: Set up OpenSK - name: Set up OpenSK
run: ./setup.sh run: ./setup.sh
- name: Create a long build directory
run: mkdir this-is-a-long-build-directory-0123456789abcdefghijklmnopqrstuvwxyz && mv third_party this-is-a-long-build-directory-0123456789abcdefghijklmnopqrstuvwxyz/
- name: Building board nrf52840dk - name: Building board nrf52840dk
run: make -C third_party/tock/boards/nordic/nrf52840dk run: make -C this-is-a-long-build-directory-0123456789abcdefghijklmnopqrstuvwxyz/third_party/tock/boards/nordic/nrf52840dk
- name: Building board nrf52840_dongle - name: Building board nrf52840_dongle
run: make -C third_party/tock/boards/nordic/nrf52840_dongle run: make -C this-is-a-long-build-directory-0123456789abcdefghijklmnopqrstuvwxyz/third_party/tock/boards/nordic/nrf52840_dongle
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment