Skip to content

Commit 6044bf6

Browse files
avalanche-pwnstephanosio
authored andcommitted
base: Set bsim environment variables
Set properly BSIM_OUT_PATH and BSIM_COMPONENTS_PATH variables to avoid the need to specify them after the container is built. Signed-off-by: Antoni Duda <antoni.duda@programmer.net>
1 parent 4614958 commit 6044bf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Dockerfile.base‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ RUN <<EOF
288288
chmod ag+w . -R
289289
ln -s /opt/bsim_west/bsim /opt/bsim
290290
EOF
291+
ENV BSIM_OUT_PATH=/opt/bsim
292+
ENV BSIM_COMPONENTS_PATH=/opt/bsim/components
291293

292294
# Install sparse package for static analysis
293295
RUN <<EOF

0 commit comments

Comments
 (0)