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

CI: Fix Windows FIND warning #814

Merged
merged 1 commit into from
Nov 18, 2021
Merged

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Nov 18, 2021

Currently, CI on Windows reports the following error:

FIND: Parameter format not correct

This is because of our eager evaluation of the find commands above
that are not quite valid on Windows.

Replace one unnecessary find command,
and turn the other to lazy evaluation.
With = instead of :=, that find will be evaluated in the
make lint task only, which doesn't run on Windows.

@codecov
Copy link

codecov bot commented Nov 18, 2021

Codecov Report

Merging #814 (6d65b91) into master (cc87b09) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #814   +/-   ##
=======================================
  Coverage   99.25%   99.25%           
=======================================
  Files          24       24           
  Lines         941      941           
=======================================
  Hits          934      934           
  Misses          6        6           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc87b09...6d65b91. Read the comment docs.

@abhinav abhinav changed the base branch from master to abg/onstop-race November 18, 2021 22:56
@abhinav abhinav force-pushed the abg/windows-fix-find-warning branch 2 times, most recently from 287da12 to 2f9db73 Compare November 18, 2021 23:31
Currently, CI on Windows reports the following error:

```
FIND: Parameter format not correct
```

This is because of our eager evaluation of the `find` commands above
that are not quite valid on Windows.

Replace one unnecessary `find` command,
and turn the other to lazy evaluation.
With `=` instead of `:=`, that `find` will be evaluated in the
`make lint` task only, which doesn't run on Windows.
@abhinav abhinav changed the base branch from abg/onstop-race to master November 18, 2021 23:38
@abhinav abhinav merged commit dbe9bdb into master Nov 18, 2021
@abhinav abhinav deleted the abg/windows-fix-find-warning branch November 18, 2021 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants