Skip to content

Commit 56a0d8f

Browse files
adigiemaciejbaczmanski
authored andcommittedFeb 14, 2025·
[nrf toup][nrfconnect] Remove linking workaround
Not needed after recent upmerge. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 2c0f5f1 commit 56a0d8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/examples-nrfconnect.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
- name: Run unit tests for Zephyr native_posix_64 platform
100100
if: github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true' || steps.changed_paths.outputs.nrfconnect == 'true'
101101
run: |
102-
# Temporarily fix link issue
103-
sed -i '151s/<LINK_FLAGS> //' /opt/NordicSemiconductor/nrfconnect/zephyr/cmake/linker/ld/target.cmake
104102
scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target nrf-native-posix-64-tests build"
105103
- name: Uploading Failed Test Logs
106104
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)
Please sign in to comment.