Skip to content

Commit

Permalink
Merge branch 'succinctlabs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen authored Oct 29, 2024
2 parents 4a169ec + 053c73e commit 1cc1364
Show file tree
Hide file tree
Showing 69 changed files with 1,718 additions and 2,234 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,3 @@ jobs:
- name: Build Docker Compose setup
run: |
docker compose build
span_batch_server:
name: Build Span Batch Server Docker Image
runs-on:
- runs-on
- runner=64cpu-linux-x64
- run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4

- name: Set up Docker Compose
uses: docker/setup-buildx-action@v1

- name: Build Span Batch Server Container
run: |
docker build -f ./proposer/op/Dockerfile.span_batch_server .
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ jobs:
id: test
env:
L2_NODE_RPC: ${{ secrets.L2_NODE_RPC }}
L1_RPC: ${{ secrets.L1_RPC }}
Loading

0 comments on commit 1cc1364

Please sign in to comment.