Firstyear / obs-service-cargo

OBS Source Service and utilities for Rust software packaging
Mozilla Public License 2.0
16 stars 9 forks source link

Change instructions on use of cargo vendor #4

Closed flukejones closed 4 years ago

flukejones commented 4 years ago

Doing it this way removes the requirement to use the export var.

flukejones commented 4 years ago

There is also a small issue where if the environment vars used in %build are not in %install, then cargo rebuilds the whole project without any of the cargo settings/commands in %build. Using the change here eliminates that possibility.