File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 18
18
- name : Configure
19
19
run : ./autogen.sh && ./configure
20
20
- name : Make static
21
- run : make V=1 static
21
+ run : make V=1 EXTRA_CFLAGS='-march=x86-64' static
22
22
- name : Make box.static
23
- run : make V=1 btrfs.box.static
23
+ run : make V=1 EXTRA_CFLAGS='-march=x86-64' btrfs.box.static
24
24
- name : Strip binaries
25
25
run : strip btrfs.static btrfs.box.static
26
26
- name : Calculate SHA256 checksums
Original file line number Diff line number Diff line change @@ -92,6 +92,9 @@ of the libraries.
92
92
The resulting binaries have the '.static' suffix, the intermediate object
93
93
files do not conflict with the normal (dynamic) build.
94
94
95
+ There are pre-built static binaries for download available at the latest
96
+ release (under Assets), https://github.com/kdave/btrfs-progs/releases .
97
+
95
98
96
99
All-in-one binary (busybox style)
97
100
---------------------------------
You can’t perform that action at this time.
0 commit comments