File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3535
3636# Zephyr workspace (can be large)
3737lib /zephyr-workspace /
38- ! lib /zephyr-workspace /zephyr /scripts /requirements.txt
38+ ! lib /zephyr-workspace /zephyr /scripts /requirements-base.txt
39+ ! lib /zephyr-workspace /zephyr /scripts /requirements-build-test.txt
40+ ! lib /zephyr-workspace /zephyr /scripts /requirements-run-test.txt
3941
4042# Logs and temporary files
4143logs /
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ WORKDIR /workspace
55COPY requirements.txt requirements.txt
66COPY Makefile Makefile
77COPY lib/fprime lib/fprime
8- COPY lib/zephyr-workspace/zephyr/scripts/requirements.txt lib/zephyr-workspace/zephyr/scripts/requirements.txt
8+ COPY lib/zephyr-workspace/zephyr/scripts/requirements-base.txt lib/zephyr-workspace/zephyr/scripts/requirements-base.txt
9+ COPY lib/zephyr-workspace/zephyr/scripts/requirements-build-test.txt lib/zephyr-workspace/zephyr/scripts/requirements-build-test.txt
10+ COPY lib/zephyr-workspace/zephyr/scripts/requirements-run-test.txt lib/zephyr-workspace/zephyr/scripts/requirements-run-test.txt
911
1012RUN apt-get update && apt-get install -y --no-install-recommends \
1113 build-essential \
You can’t perform that action at this time.
0 commit comments