Skip to content
Snippets Groups Projects
Commit 06737b76 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

ARG-ENV arg fix

parent d2de7b5d
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ WORKDIR /opt/shellb3-cspp-py38/ShellB3 ...@@ -16,7 +16,7 @@ WORKDIR /opt/shellb3-cspp-py38/ShellB3
ENV MAKEFLAGS=-j24 ENV MAKEFLAGS=-j24
RUN ./shallbethree.sh mk_gcc8 RUN ./shallbethree.sh mk_gcc8
ARG LINUXCPUFLAGS="-march=ivybridge -fPIC" ARG LINUXCPUFLAGS="-march=ivybridge -fPIC"
ENV LINUXCPUFLAGS ENV LINUXCPUFLAGS="${LINUXCPUFLAGS}"
RUN ./shallbethree.sh mk_${TRIM} RUN ./shallbethree.sh mk_${TRIM}
WORKDIR /work WORKDIR /work
RUN echo export HOSTNAME=$(perl -ne '/.*"HOSTNAME": "(\w+)",/ && print "$1";' </opt/shellb3-cspp-py38/ShellB3/build/.build_env.json) >/etc/profile.d/99-build-host.sh RUN echo export HOSTNAME=$(perl -ne '/.*"HOSTNAME": "(\w+)",/ && print "$1";' </opt/shellb3-cspp-py38/ShellB3/build/.build_env.json) >/etc/profile.d/99-build-host.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment