File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,30 @@ you want. Examples:
15
15
Once the change is checked in, automation will build and upload any kernels not
16
16
already present in the [ Assets Release] [ 1 ] to the assets release.
17
17
18
+ ## Doing a local build
19
+
20
+ Doing a local build is useful for testing an infra or config change. For example:
21
+
22
+ ``` sh
23
+ $ ./build.sh v6.6
24
+ [...]
25
+
26
+ $ file linux-v6.6.tar.zst
27
+ linux-v6.6.tar.zst: Zstandard compressed data (v0.8+), Dictionary ID: None
28
+
29
+ $ tar --zstd -xvf linux-v6.6.tar.zst
30
+ [...]
31
+
32
+ $ vmtest -k ./assets/bzImage -- uname -r
33
+ => bzImage
34
+ ===> Booting
35
+ ===> Setting up VM
36
+ ===> Running command
37
+ 6.6.0
38
+ ```
39
+
40
+ Note it could take a while to build a kernel.
41
+
18
42
## Changing already-built kernels
19
43
20
44
Automation is not yet smart enough to rebuild and reupload existing assets
You can’t perform that action at this time.
0 commit comments