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

[#364] Makefile: Remove deprecated -i flag #364

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

masterSplinter01
Copy link
Contributor

It caused an error in my case:

go test: -i flag is deprecated
go test net: copying /home/kira/.cache/go-build/42/42a7dcda83d6782844dece1e4eb3e1447fa9792df66faa25dfd1f8dc8ef14c52-d: open /usr/lib/go/pkg/linux_amd64/net.a: permission denied

Signed-off-by: Angira Kekteeva kira@nspcc.ru

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
@masterSplinter01 masterSplinter01 changed the title [#] Makefile: Remove deprecated -i flag [#364] Makefile: Remove deprecated -i flag Dec 2, 2021
@codecov
Copy link

codecov bot commented Dec 2, 2021

Codecov Report

Merging #364 (aa0553a) into master (3604d96) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #364   +/-   ##
=======================================
  Coverage   61.74%   61.74%           
=======================================
  Files          66       66           
  Lines       10043    10043           
=======================================
  Hits         6201     6201           
  Misses       2900     2900           
  Partials      942      942           

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 3604d96...aa0553a. Read the comment docs.

Copy link
Contributor

@alexvanin alexvanin left a comment

Choose a reason for hiding this comment

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

Oups, some dirty legacy there.

@alexvanin alexvanin merged commit fb33a6e into nspcc-dev:master Dec 2, 2021
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

Successfully merging this pull request may close these issues.

2 participants