Skip to content

Commit

Permalink
Merge pull request #154 from ethereum/checkout-solidity-submodules
Browse files Browse the repository at this point in the history
Update CI to checkout solidity submodules
  • Loading branch information
r0qs committed Aug 26, 2024
2 parents 046b9a2 + b55c726 commit 2e2e72d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
repository: 'ethereum/solidity'
ref: 'develop'
path: 'solidity/'
submodules: 'recursive'

- name: Clone solc-bin repository without checking out a working copy
run: |
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'ethereum/solidity'
submodules: 'recursive'

- name: Download soljson.js artifact
uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/random-macosx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
ref: v${{ env.SOLIDITY_VERSION }}
path: solidity/
fetch-depth: 0
submodules: 'recursive'

- name: Install semver utility
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/t-bytecode-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
path: 'solidity/'
# bytecode_reports_for_modified_binaries.sh requires access to a working copy with full history
fetch-depth: 0
submodules: 'recursive'

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
with:
repository: 'ethereum/solidity'
path: 'solidity/'
submodules: 'recursive'

- name: Download all artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 2e2e72d

Please sign in to comment.