Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install and initialize Git LFS in testing/Dockerfile #614

Merged

Commits on Feb 3, 2024

  1. Install and initialize Git LFS in testing/Dockerfile

    This addition allows me to compile a Modelica + Spawn of EnergyPlus emulator without issues. Otherwise, there are EnergyPlus related linker errors due to a file that is unlikely to be correct on the filesystem:
    
    ```
    /usr/bin/ld:/home/developer/git/modelica-buildings/Buildings/Resources/Library/linux64/[libModelicaBuildingsEnergyPlus.so](http://libmodelicabuildingsenergyplus.so/): file format not recognized; treating as linker script
    ```
    
    Fixes ibpsa#613.
    
    Signed-off-by: Matt Robinson <mattrob@hey.com>
    mattrobmattrob committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6e6c6a0 View commit details
    Browse the repository at this point in the history
  2. Add release notes entry

    Signed-off-by: Matt Robinson <mattrob@hey.com>
    mattrobmattrob committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    77ffad3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Update releasenotes.md

    Co-authored-by: Matt Robinson <mattrob@hey.com>
    dhblum and mattrobmattrob authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f3d0124 View commit details
    Browse the repository at this point in the history