Getting two different build logs when running same command locally and on CI/CD #73393
Unanswered
ashutoshpandey-eaton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using zephyr 3.2.0 and sdk version: zephyr-sdk-0.15.2 and windows (locally and in CI/CD)
PROBLEM: When building using the same command with the same project(west build -b nucleo_h743zi -p ) locally and on CI/CD, getting two different build logs
Description
Build_logs_CI_CD.txt
Build_logs_running_locally.txt
When building locally (logs attached)
It picks "my_project/src" files first for the compilation (check:[8/363] in Build_logs_running_locally.txt)
When building on CI/CD(logs attached)
which uses the same zephyr version and SDK on Windows it picks "zephyr/arch" files first for the compilation (check:[8/363]in Build_logs_CI_CD.txt)
Beta Was this translation helpful? Give feedback.
All reactions