Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #168 from farcaller/fix-coverage
Browse files Browse the repository at this point in the history
Fix coverage reports
  • Loading branch information
farcaller committed Sep 15, 2014
2 parents 46911c2 + 484a42c commit c346d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def make_binary(n, h)

def rust_tests(n, h)
h[:test] = true
h[:flags] = '-g'
h[:flags] = '-g -C relocation-model=static'
h[:optimize] = '0'
compile_rust n, h
run_task = Rake::Task.define_task("run_#{n}".to_sym => h[:produce]) do |t|
Expand Down

4 comments on commit c346d6f

@hacknbot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity zinc :: k20 Build 8 is now running

@hacknbot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity zinc :: k20 Build 8 outcome was FAILURE
Summary: Exit code 1 Build time: 00:00:10

@hacknbot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity zinc :: stm32f4 Build 8 is now running

@hacknbot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity zinc :: stm32f4 Build 8 outcome was FAILURE
Summary: Exit code 1 Build time: 00:00:10

Please sign in to comment.