Skip to content

Commit

Permalink
Disable automatic crate update in OBS
Browse files Browse the repository at this point in the history
Use the versions from the Cargo.lock file to have
consistent builds. If a crate needs to be updated
run `cargo update` in Git and commit the changes.
  • Loading branch information
lslezak committed Jul 29, 2024
1 parent d30a62e commit 0a0e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/package/_service
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<service name="cargo_vendor" mode="manual">
<param name="srcdir">agama/rust</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">agama/rust</param>
Expand Down

0 comments on commit 0a0e3e6

Please sign in to comment.