Skip to content

Commit

Permalink
forcing mkdir, disabling caravel temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 21, 2023
1 parent deac88c commit e749d90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
echo "KLAYOUT_XOR_THREADS=4" >> $GITHUB_ENV
echo "OPENLANE_ROOT=${WORK_DIR}/caravel_user_project/openlane" >> $GITHUB_ENV
- name: Install Caravel
run: |
make install
# - name: Install Caravel
# run: |
# make install

- name: Setup Openlane
run: |
Expand All @@ -57,6 +57,7 @@ jobs:

- name: Copy Previously Hardened SOC
run: |
mkdir -p ${GITHUB_WORKSPACE}/openlane/soc/runs/soc
cp -r /home/prherrma/soc ${GITHUB_WORKSPACE}/openlane/soc/runs/soc/
- name: Harden User Project Wrapper Using Openlane
Expand Down

0 comments on commit e749d90

Please sign in to comment.