Skip to content

Commit

Permalink
Move bootstrap earlier in darwin build (project-chip#7461)
Browse files Browse the repository at this point in the history
This will make it easier to account for time spent in bootstrap.
  • Loading branch information
mspang authored and Nikita committed Sep 23, 2021
1 parent 66734f8 commit 9e54dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
ls -la /usr/local/Cellar/openssl@1.1
OPEN_SSL_VERSION=`ls -la /usr/local/Cellar/openssl@1.1 | cat | tail -n1 | awk '{print $NF}'`
ln -s /usr/local/Cellar/openssl@1.1/$OPEN_SSL_VERSION/lib/pkgconfig/* .
- name: Bootstrap
timeout-minutes: 15
run: scripts/build/gn_bootstrap.sh
- name: Run iOS Build
timeout-minutes: 15
working-directory: src/darwin/Framework
Expand Down Expand Up @@ -74,9 +77,6 @@ jobs:
- name: Clean Build
run: xcodebuild clean
working-directory: src/darwin/Framework
- name: Bootstrap
timeout-minutes: 15
run: scripts/build/gn_bootstrap.sh
- name: Run Build Test Server
timeout-minutes: 10
run: |
Expand Down

0 comments on commit 9e54dbe

Please sign in to comment.