Skip to content

Commit

Permalink
WIP on Hylo build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Feb 17, 2024
1 parent 877ed97 commit f2487df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.hylo
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN mkdir /root/.ssh \
RUN git clone https://github.com/compiler-explorer/infra /opt/compiler-explorer/infra

RUN cd /opt/compiler-explorer/infra && make ce
RUN /opt/compiler-explorer/infra/bin/ce_install install 'swift 5.8'
ENV PATH="${PATH}:/opt/compiler-explorer/swift-5.8/usr/bin"
RUN /opt/compiler-explorer/infra/bin/ce_install install 'swift 5.9'
ENV PATH="${PATH}:/opt/compiler-explorer/swift-5.9/usr/bin"

RUN mkdir -p /root
COPY hylo /root/
Expand Down

0 comments on commit f2487df

Please sign in to comment.