-
Notifications
You must be signed in to change notification settings - Fork 195
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
[Partial] Update openstudio gems with new TBD and openstudio extensio… #4996
Conversation
CMakeLists.txt
Outdated
set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20231011-darwin_arm64.tar.gz") # TODO: redo | ||
set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "a98520ab33fa60aee008adec9ba7a999") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- TODO
set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20230918-darwin.tar.gz") | ||
set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "71282202360c68cf9dd0f0d585d560f2") | ||
set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20231014-darwin.tar.gz") | ||
set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "d37f422e6d5792f2646de9f03ed31d94") | ||
endif() | ||
else() | ||
if (ARCH MATCHES "arm64") | ||
set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20230918-linux_arm64.tar.gz") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo
999b918
to
ebe1a1e
Compare
CI Results for 66d19f4:
|
TODO: we may need update the CMakeList since I found for some reason the osx-incremental IS fetching the tar.gz from I upload the os3-gems-20231017-darwin.tar.gz mannually from local after downloading from s3 bucket from |
Since there is no cpp change, I think we could just skip the cpp related runners. |
Pull request overview
Tested with local build, wait for ci build in openstudio-gem. Will update the PR with mac/Linux build after that.
Pull Request Author
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.