Skip to content

Commit

Permalink
Update trace reference (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia authored Aug 26, 2024
1 parent 39d84a5 commit 83658b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,21 @@ The build process is driven by the following configuration files:
specifies the modules to be downloaded, extracted, or copied. Below is an example configuration:
- `gradle.properties`: This file provides additional properties used in the build process.

### Running the Build
### Building Locally

To run the entire build process, including downloading, extracting, copying plugins, and creating distributions, you can execute:
To execute the complete build process, which includes downloading, extracting, copying plugins, and creating
distributions, use the following command:

```sh
gradle build
```

To build the Docker image, you can execute:
This command will generate two distribution files:

- `/build/distributions/linea-besu-package-<version>.tar.gz`
- `/build/distributions/linea-besu-package-<version>.zip`

To create the Docker image, run:

```sh
gradle distDocker
Expand Down
2 changes: 1 addition & 1 deletion linea-besu/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "download",
"name": "linea-tracer",
"url": "https://github.com/Consensys/linea-tracer/releases/download/v{version}/linea-tracer-v{version}.jar",
"version": "0.4.0-rc1",
"version": "0.4.0-rc2",
"outputDir": "plugins"
},
{
Expand Down

0 comments on commit 83658b4

Please sign in to comment.