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

bump fork for version 0.45 #24

Merged
merged 173 commits into from
Sep 3, 2024
Merged

Conversation

eder-matheus
Copy link
Collaborator

No description provided.

github-actions bot and others added 29 commits August 23, 2024 00:18
Based on the docs-test-fork PR branch, includes PR preview announcement, linking to the relevant tyrtd page
Swap `cp -u` for `rsync -t`.
Drop the workaround to get the list of dot files after copying them, and instead just run the makefile twice.
Swap `$(wildcard **/*.x)` for `$(shell find . -name *.x)`,
Which is what the comment said, but the code didn't match.
Trigger on main, on a branch called `docs-preview*`, or on any tag.
Latest still gets -dev, but if it's a docs preview use the tag/branch name.
* This fixes #4560, where previously the order that sync rules were
  processed in depended on the order they were pulled out of a std::map.
  This PR changes this to process them in the order they are found in,
  respecting the priorities among the async signals
proc_dff: respect sync rule priorities when generating complex dffsrs
Fix outstanding sphinx warnings;
- Change mycells.lib to use `text` parsing instead of (currently) unsupported `Liberty`.
- Remove unused `troubleshooting.rst`, moving the todo into the index.
Docs jobs should not skip on concurrent jobs (in case a non-docs job is already
running, such as when a commit has been tagged for docs-preview). However, a
successful `test-verific` can allow for a future docs job to skip testing and go
straight to the preview.
That includes local builds.
Also fix release version numbers.
@eder-matheus eder-matheus merged commit e794961 into The-OpenROAD-Project:master Sep 3, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.