File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
include :
3
3
- os : osx
4
4
compiler : clang
5
+ - os : linux
6
+ compiler : gcc-8
7
+ env :
8
+ - LDFLAGS="-Wl,-z,relro"
9
+ - CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security"
10
+ - CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2"
5
11
- os : linux
6
12
compiler : gcc
7
13
env :
53
59
54
60
addons :
55
61
apt :
62
+ sources :
63
+ - ubuntu-toolchain-r-test
56
64
packages :
57
65
- musl-tools
58
66
- indent
67
+ - gcc-8
59
68
homebrew :
60
69
packages :
61
70
- gnu-indent
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ int df(int argc, char **argv)
73
73
if (strcmp (argv [1 ], "config" ) == 0 ) {
74
74
printf ("graph_title Disk usage in percent\n"
75
75
"graph_args --upper-limit 100 -l 0\n"
76
- "graph_vlabel %\n"
76
+ "graph_vlabel %% \n"
77
77
"graph_scale no\n" "graph_category disk\n" );
78
78
79
79
while ((fs = getmntent (fp )) != NULL ) {
You can’t perform that action at this time.
0 commit comments