-
Notifications
You must be signed in to change notification settings - Fork 32
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
Prepare v5.3.0 #217
Prepare v5.3.0 #217
Conversation
ACascarino
commented
Jul 30, 2024
•
edited
Loading
edited
- FIXED: Vanilla configuration now compiles correctly under XTC 15.3.0
- ADDED: Support for XCommon CMake build system
xmosdoc v4 fixes
Add support for XCommon CMake build system on v5.2.0 and above
Include platform.h in vanilla.cpp
CHANGELOG.rst
Outdated
UNRELEASED | ||
---------- |
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.
UNRELEASED | |
---------- | |
5.3.0 | |
----- |
println "Unlikely these will pass.." | ||
// warnError("Source Check"){ sourceCheck("${REPO}") } | ||
// warnError("Changelog Check"){ xcoreChangelogCheck("${REPO}") } | ||
stage('Basic tests') { |
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.
weird change... but ok
.. code-block:: console | ||
|
||
$ docker pull ghcr.io/xmos/doc_builder:main | ||
Use the `xmosdoc tool <https://github.com/xmos/xmosdoc>`_ either via docker or install it into a pip environment. |
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.
xmosdoc is private
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.
I see - this readme is for building the docs and is not included in the docs, I think that's fine
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.
There are some questionable changes in this release
- jenkins file has step installing a bunch of stuff and then doing nothing
- readme for the doc/ directory has unnecessary amount of detail about our internal doc building tool
- xcommon_cmake support with no verification but it is mentioned in the changelog which implies it is ready
I don't think these issues need to block the release as this also includes an important fix for 15.3 tools which should be merged
Fixes for release v5.3.0