Skip to content

Commit d7b3db0

Browse files
committed
Remove local build as that should be done via the custom FC repo during development
1 parent 7fb60bf commit d7b3db0

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ linux/
33
.env
44
.terraform
55
.tfplan
6+
.env

Makefile

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,10 @@ This project automates the building of custom Firecracker versions. It supports
77
## Prerequisites
88

99
- Linux environment (for building firecracker)
10-
- Git repository with tags
1110

1211
## Building Firecrackers
1312

14-
### Local Build
15-
16-
Build the current git version (latest tag in repository + current commit hash):
17-
18-
```sh
19-
make build
20-
```
21-
22-
**Requirements:**
23-
- The repository must be in a clean state (no uncommitted changes)
24-
- The repository must have at least one tag
25-
- The built firecracker will be placed in `builds/<latest_tag>_<current_commit_shorthash>/firecracker`
26-
27-
### CI/CD Build
28-
29-
The `firecracker_versions.txt` file specifies which versions to build in CI/CD:
13+
The `firecracker_versions.txt` file specifies which versions to build:
3014

3115
- Edit `firecracker_versions.txt` to specify firecracker versions (one per line)
3216
- Versions can be tags (e.g., `v1.10.1`) or tag with shorthash (e.g., `v1.12.1_abcdef12`)

0 commit comments

Comments
 (0)