Include upstream patch to fix libressl
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
eea438b3ab
commit
5eab571e37
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ ENV NIM_VERSION v1.6.12
|
|||
|
||||
RUN git clone https://github.com/nim-lang/Nim.git --depth=1 -b ${NIM_VERSION} && \
|
||||
cd Nim && \
|
||||
git config user.name gitlab && \
|
||||
git config user.email gitlab-ci@git.baalajimaestro.me && \
|
||||
curl https://github.com/nim-lang/Nim/commit/7c96eb45482dae4a78cf05d7fa85ae5018e2fe5f.patch | git am && \
|
||||
bash build_all.sh
|
||||
|
||||
# Add built nim to path
|
||||
|
|
Loading…
Reference in a new issue