Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/google.golang.org/grpc…
Browse files Browse the repository at this point in the history
…-1.53.0
  • Loading branch information
agouin committed Jul 14, 2023
2 parents c5bbe9e + 943bdae commit 5bfde71
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 22 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: pre-commit checks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
# This will tell git to always run the pre-commit hook, even if the commit is a fast-forward
if: always()
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
40 changes: 18 additions & 22 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# Build agd
go build -v -mod=readonly -tags "$BUILD_TAGS" -ldflags "$COMMON_LDFLAGS" -o ../../bin/agd ./cmd/agd
# Build nodejs swingset kernel
npm install node-addon-api --legacy-peer-deps
export CC_host=gcc CXX_host=g++
Expand Down Expand Up @@ -130,7 +130,7 @@
github-organization: ava-labs
github-repo: avalanchego
dockerfile: avalanche
build-target:
build-target:
bash scripts/build.sh
binaries:
- build/avalanchego
Expand All @@ -148,7 +148,7 @@
git clone -b v4.3.0 --single-branch https://github.com/axelarnetwork/axelar-cgp-solidity.git
cd axelar-cgp-solidity
# The npm commands will complain about nodejs versions but will proceed.
# See issue: https://github.com/strangelove-ventures/heighliner/issues/92
# See issue: https://github.com/strangelove-ventures/heighliner/issues/92
npm ci
npm run build
npm run flatten
Expand Down Expand Up @@ -220,7 +220,7 @@
- /go/bin/cyber
build-env:
- BUILD_TAGS=muslc

# Carbon
- name: carbon
github-organization: Switcheo
Expand Down Expand Up @@ -256,6 +256,15 @@
binaries:
- /usr/local/bin/carbond

# Celestia
- name: celestia
github-organization: celestiaorg
github-repo: celestia-app
dockerfile: cosmos
build-target: make install
binaries:
- /go/bin/celestia-appd

# Cerberus
- name: cerberus
github-organization: cerberus-zone
Expand Down Expand Up @@ -868,26 +877,13 @@
- name: sei
github-organization: sei-protocol
github-repo: sei-chain
dockerfile: cargo
dockerfile: cosmos
build-target: |
set -eux
# Build nitro
cd nitro-replayer
cargo build --release
cp target/${ARCH}-unknown-linux-gnu/release/libnitro_replayer.so ../x/nitro/replay/libnitro_replayer.${ARCH}.so
cd ..
# Build seid
export GOOS=linux GOARCH=${TARGETARCH}
make install
binaries:
- /root/go/bin/seid
libraries:
- /build/sei-chain/x/nitro/replay/libnitro_replayer.${ARCH}.so
- /root/go/pkg/mod/github.com/!cosm!wasm/wasmvm@v*/api/libwasmvm.${ARCH}.so
platforms:
- linux/amd64
- /go/bin/seid
build-env:
- BUILD_TAGS=muslc

# Sentinel
- name: sentinel
Expand Down Expand Up @@ -987,7 +983,7 @@
binaries:
- /go/bin/terpd
build-env:
- BUILD_TAGS=muslc
- BUILD_TAGS=muslc

# Terra
- name: terra
Expand Down

0 comments on commit 5bfde71

Please sign in to comment.