Install Limnoria from upstream
We had two patches that we were carrying locally via iwienands' fork: https://github.com/ProgVal/Limnoria/pull/1464 https://github.com/ProgVal/Limnoria/pull/1473 Both appear to have made it into upstream. Lets go ahead and install directly from the source. We checkout the most recent tag of master which seems to be how they checkpoint things. Their most recent proper release tags are more than a decade old. They have decent CI though so I expect checking out the checkpoint tag will work fine. Change-Id: I9fcf17a148a27c2bbdd119961e9df5b38bd6b396
This commit is contained in:
parent
22957c6549
commit
91c7043727
@ -19,11 +19,7 @@ ARG ZUUL_SIBLINGS=""
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install git
|
||||
|
||||
#NOTE(ianw) : 2021-05-31 - only until changes integrated upstream
|
||||
# https://github.com/ProgVal/Limnoria/pull/1464
|
||||
# https://github.com/ProgVal/Limnoria/pull/1473
|
||||
#RUN git clone https://github.com/ProgVal/Limnoria /tmp/src
|
||||
RUN git clone -b setuptools https://github.com/ianw/Limnoria /tmp/src
|
||||
RUN git clone -b master-2022-07-03 https://github.com/ProgVal/Limnoria /tmp/src
|
||||
|
||||
COPY . /tmp/src
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user