Skip to content

Commit

Permalink
Merge branch 'fix-bindings-ci-job' of github.com:Layr-Labs/eigensdk-r…
Browse files Browse the repository at this point in the history
…s into fix-bindings-ci-job
  • Loading branch information
ricomateo committed Jan 30, 2025
2 parents af04903 + 7b15b2b commit e2c7f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true

name: Check bindings are up to date
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -29,13 +29,6 @@ jobs:

- name: Show Forge version
run: forge --version

- name: Backup existing bindings
working-directory: crates/utils/src/
run: |
cp -r core/ existing_core/
cp -r middleware/ existing_middleware/
cp -r sdk/ existing_sdk/

- name: Generate new bindings
run: |
Expand All @@ -44,7 +37,4 @@ jobs:
- name: Compare existing and new bindings
working-directory: crates/utils/src/
run: |
diff existing_core/ core/
diff existing_middleware/ middleware/
diff existing_sdk/ sdk/
run: git diff --exit-code
2 changes: 1 addition & 1 deletion crates/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ out = "out"
libs = ["lib"]
fs_permissions = [{ access = "read-write", path = "./" }]
via-ir = true
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 comments on commit e2c7f6e

Please sign in to comment.