File tree 4 files changed +13
-12
lines changed
4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,21 @@ before:
6
6
- cargo install cross --git https://github.com/cross-rs/cross
7
7
8
8
builds :
9
- - id : " oxidizr"
10
- builder : rust
9
+ - builder : rust
11
10
targets :
12
11
- x86_64-unknown-linux-gnu
13
12
- aarch64-unknown-linux-gnu
14
13
tool : " cross"
15
14
command : build
16
15
17
16
archives :
18
- - builds :
19
- - default
20
- files :
21
- - " LICENSE*"
22
- - " README*"
17
+ - format : tar.gz
18
+ name_template : >-
19
+ {{ .ProjectName }}_
20
+ {{- title .Os }}_
21
+ {{- if eq .Arch "amd64" }}x86_64
22
+ {{- else if eq .Arch "386" }}i386
23
+ {{- else }}{{ .Arch }}{{ end }}
23
24
24
25
checksum :
25
26
name_template : " checksums.txt"
@@ -36,5 +37,5 @@ changelog:
36
37
use : github
37
38
filters :
38
39
exclude :
39
- - " ^test: "
40
- - " ^ci: "
40
+ - " ^test"
41
+ - " ^ci"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " oxidizr"
3
- version = " 0.1 .0"
3
+ version = " 1.0 .0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Options:
70
70
71
71
``` bash
72
72
# Enable all experiments
73
- sudo oxidizr enable --ll
73
+ sudo oxidizr enable --all
74
74
# Enable just coreutils and findutils experiments
75
75
sudo oxidizr enable --experiments coreutils findutils
76
76
# Enable just coreutils experiment without prompting with debug logging enabled
You can’t perform that action at this time.
0 commit comments