Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Feb 7, 2024
1 parent df65bda commit c38fd1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ jobs:
docker-build:
name: Docker Build
runs-on: buildjet-16vcpu-ubuntu-2204
env:
CADENCE_DEPLOY_KEY: ${{ secrets.CADENCE_DEPLOY_KEY }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -297,4 +295,4 @@ jobs:
with:
timeout_minutes: 35
max_attempts: 5
command: VERBOSE=1 ${{ matrix.make }}
command: VERBOSE=1 ${{ matrix.make }}
2 changes: 1 addition & 1 deletion .github/workflows/flaky-test-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ jobs:
TEST_CATEGORY: ${{ matrix.test_category }}
uses: ./.github/workflows/actions/test-monitor-process-results
with:
gcp_sa_key: ${{ secrets.GCP_SA_KEY }}
gcp_sa_key: ${{ secrets.GCP_SA_KEY }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ Generate mocks used for unit tests:

```bash
make generate-mocks
```
```
2 changes: 1 addition & 1 deletion cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ COPY --from=build-debug /app/app /bin/app
ENTRYPOINT ["dlv", "--listen=:2345", "--headless=true", "--api-version=2", "--accept-multiclient", "exec", "/bin/app", "--"]


FROM build-setup as environment-clean
FROM build-setup as environment-clean
2 changes: 1 addition & 1 deletion crypto_adx_flag.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ifeq ($(ADX_SUPPORT), 1)
else
# if ADX instructions aren't supported, this CGO flags uses a slower non-ADX implementation
CRYPTO_FLAG := $(DISABLE_ADX)
endif
endif
2 changes: 1 addition & 1 deletion engine/execution/ingestion/stop/stop_control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -872,4 +872,4 @@ func TestPatchedVersion(t *testing.T) {
require.True(t, semver.New("0.31.20-patch.1+without-adx").Equal(*semver.New("0.31.20-patch.1")))
require.True(t, semver.New("0.31.20+without-netgo-without-adx").Equal(*semver.New("0.31.20")))
require.True(t, semver.New("0.31.20+arm").Equal(*semver.New("0.31.20")))
}
}
2 changes: 1 addition & 1 deletion integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ in the Makefile.

To send random transactions, for example to load test a network, run `cd integration/localnet; make load`.

In order to build a docker container with the benchmarking binary, run `make docker-native-build-loader` from the root of this repository.
In order to build a docker container with the benchmarking binary, run `make docker-native-build-loader` from the root of this repository.

0 comments on commit c38fd1d

Please sign in to comment.