Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmarker is reporting up to date when it is not even built #50

Closed
OvermindDL1 opened this issue May 19, 2017 · 2 comments
Closed

Benchmarker is reporting up to date when it is not even built #50

OvermindDL1 opened this issue May 19, 2017 · 2 comments

Comments

@OvermindDL1
Copy link
Collaborator

I keep getting this, always, with every PR and every version, even when there is no benchmarker:

╭─overminddl1@snip ~/tmp/which_is_the_fastest  ‹asptest*›
╰─➤  make benchmarker
make: 'benchmarker' is up to date.

However if I run the commands directly then it builds fine:

╭─overminddl1@snip ~/tmp/which_is_the_fastest  ‹asptest*›
╰─➤  cd benchmarker; crystal build src/benchmarker.cr -o bin/benchmarker --release; cd ..
╭─overminddl1@snip ~/tmp/which_is_the_fastest  ‹asptest*›
╰─➤  ln -s -f ../benchmarker/bin/benchmarker bin/.

Everything else makes just fine though...

@tbrand
Copy link
Collaborator

tbrand commented May 22, 2017

I've confirmed the situation. I will try to fix. Thanks for reporting this!

@tbrand
Copy link
Collaborator

tbrand commented Sep 4, 2017

Solved.

@tbrand tbrand closed this as completed Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants