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

Commit

Permalink
Do not allow to relocate code, fixes kcov
Browse files Browse the repository at this point in the history
farcaller committed Sep 4, 2014
1 parent 46911c2 commit 484a42c
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
@@ -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|

14 comments on commit 484a42c

@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 6 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 6 outcome was SUCCESS
Summary: Running Build time: 00:00:22

@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 :: lpc17xx Build 44 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 :: lpc17xx Build 44 outcome was SUCCESS
Summary: Running Build time: 00:00:06

@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 6 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 6 outcome was SUCCESS
Summary: Running Build time: 00:00:23

@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 :: lpc17xx Build 45 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 :: lpc17xx Build 45 outcome was FAILURE
Summary: Exit code 255 (new) Build time: 00:00:06

@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 :: lpc17xx Build 46 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 :: lpc17xx Build 46 outcome was FAILURE
Summary: Exit code 255 Build time: 00:00:03

@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 7 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 7 outcome was FAILURE
Summary: Exit code 1 (new) Build time: 00:00:11

@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 7 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 7 outcome was FAILURE
Summary: Exit code 1 (new) Build time: 00:00:10

Please sign in to comment.