Skip to content

Commit

Permalink
build musl binaries instead
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Mar 9, 2018
1 parent 14a3ccd commit 788e196
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matrix:
# don't need
include:
# Linux
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl

# OSX
- env: TARGET=x86_64-apple-darwin
Expand All @@ -32,7 +32,7 @@ matrix:
# - env: TARGET=x86_64-pc-windows-gnu

# Testing other channels
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl
rust: nightly

before_install:
Expand Down
2 changes: 1 addition & 1 deletion src/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ mod tests {
aggregate_function: AggregateFunction::Percentile {
column: "x".to_string(),
percentile: 0.5,
percentile_str: "50".to_string()
percentile_str: "50".to_string(/* */)
},
output_column: None,
})
Expand Down
13 changes: 12 additions & 1 deletion test_files/test_parse.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
INFO Server db-1 loaded response in 500ms
INFO Server db-2 loaded response in 394ms
WARN Server failed to load response
INFO Server db-1 loaded response in 100ms
INFO Server db-1 loaded response in 100ms
INFO Server db-1 loaded response in 102ms
INFO Server db-1 loaded response in 102ms
INFO Server db-3 loaded response in 103ms
INFO Server db-1 loaded response in 100ms
INFO Server db-3 loaded response in 109ms
INFO Server db-1 loaded response in 100ms
INFO Server db-3 loaded response in 104ms
INFO Server db-1 loaded response in 100ms
INFO Server db-3 loaded response in 100ms
INFO Server db-1 loaded response in 122ms
INFO Server db-2 loaded response in 119ms

0 comments on commit 788e196

Please sign in to comment.