Skip to content

Commit

Permalink
Merge pull request #614 from mattrobmattrob/mr/correct.compilation.gi…
Browse files Browse the repository at this point in the history
…t.lfs.config

Closes #613
  • Loading branch information
dhblum authored Feb 6, 2024
2 parents 8c733d5 + f3d0124 commit f1c71b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Released on xx/xx/xxxx.
- Allow simulations and forecast to work across the end of the year to the next year. This is for [#239](https://github.com/ibpsa/project1-boptest/issues/239).
- Pin base Docker image to ``linux/x86_64`` platform. This is for [#608](https://github.com/ibpsa/project1-boptest/issues/608).
- Correct typo in design documentation about connecting inputs to overwrite blocks in wrapper model. This is for [#601](https://github.com/ibpsa/project1-boptest/issues/601).
- Correct Git LFS configuration in the ``testing/Dockerfile`` image used in tests and compilation. This is for [#613](https://github.com/ibpsa/project1-boptest/issues/613).

## BOPTEST v0.5.0

Expand Down
2 changes: 2 additions & 0 deletions testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ USER root

RUN apt-get update && \
apt-get install -y git && \
apt-get install -y git-lfs && \
apt-get install -y sudo

USER developer
Expand All @@ -14,6 +15,7 @@ WORKDIR $HOME

RUN mkdir $HOME/MODELICAPATH && mkdir git && \
cd git && \
git lfs install && \
git clone https://github.com/ibpsa/modelica-ibpsa.git && cd modelica-ibpsa && git checkout a8b77f6d2820c52a63cd5964db6db9913a5f669d && cd .. && \
git clone https://github.com/open-ideas/IDEAS.git && \
git clone https://github.com/lbl-srg/modelica-buildings.git && \
Expand Down

0 comments on commit f1c71b0

Please sign in to comment.