Skip to content

Commit

Permalink
Merge branch 'main' into release-0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
salaheldinsoliman committed Sep 12, 2024
2 parents f9a28ac + 420fbb8 commit bd5b612
Show file tree
Hide file tree
Showing 40 changed files with 1,112 additions and 205 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: ghcr.io/hyperledger/solang-llvm:ci-7
steps:
- name: Checkout sources
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/[email protected]
Expand All @@ -34,7 +34,7 @@ jobs:
if: ${{ github.repository_owner == 'hyperledger' }}
steps:
- name: Checkout sources
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4
with:
submodules: recursive
- name: Basic build tools
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Download LLVM
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: macos-13-xlarge
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/[email protected]
Expand All @@ -118,13 +118,10 @@ jobs:

mac-intel:
name: Mac Intel
# The Hyperledger self-hosted intel macs have the label macos-latest
# and run macos 12. We don't want to build llvm on macos 12, because
# then it can't be used on macos 11.
runs-on: macos-11
runs-on: macos-12
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/[email protected]
Expand Down Expand Up @@ -168,7 +165,7 @@ jobs:
runs-on: solang-ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
docker buildx build . \
Expand Down
Loading

0 comments on commit bd5b612

Please sign in to comment.