mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
Update OpenROAD + Handle Breaking Changes (#1949)
+ update utils.py `fetch_submodules_from_tarballs` to handle relative submodule url ~ `openroad_app` -> `0a6d0fd` ~ add extractor for operating conditions Co-authored-by: Donn <me@donn.website>
This commit is contained in:
4
.github/workflows/openlane_ci.yml
vendored
4
.github/workflows/openlane_ci.yml
vendored
@@ -24,6 +24,10 @@ jobs:
|
||||
- name: Set up environment variables
|
||||
uses: ./.github/actions/set_env_variables
|
||||
|
||||
- name: Set up GITHUB_TOKEN
|
||||
run: |
|
||||
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Get Volare Build/Push Dependencies
|
||||
run: |
|
||||
# Magic Build Dependencies
|
||||
|
||||
Reference in New Issue
Block a user