Move third_party/tock to a long build directory to catch limits in the linker scripts.
This commit is contained in:
6
.github/workflows/boards_build.yml
vendored
6
.github/workflows/boards_build.yml
vendored
@@ -29,8 +29,10 @@ jobs:
|
||||
run: python -m pip install --upgrade pip setuptools wheel
|
||||
- name: Set up OpenSK
|
||||
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
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user