We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ldc2.conf
1 parent b42e620 commit 203f950Copy full SHA for 203f950
1 file changed
templates/ldc/ldc-image-build-stage.containerfile
@@ -30,7 +30,7 @@ COPY --from=llvm-imported /opt/llvm/ /opt/llvm/
30
{{# else: }}
31
COPY --from=build-stage-{{ ($buildStageCounter - 1) }} /opt/ldc/ /opt/ldc-bootstrap/
32
{{# endif }}
33
- RUN sed -i 's/\/opt\/ldc/\/opt\/ldc-bootstrap/g' /opt/ldc-bootstrap/etc/ldc2.conf
+ RUN find /opt/ldc-bootstrap/etc/ldc2.conf -type f -exec sed -i 's/\/opt\/ldc/\/opt\/ldc-bootstrap/g' {} \;
34
35
36
# Build and install LDC
0 commit comments