Accepting request 760082 from home:luke_nukem:branches:devel:languages:rust
- Update to version 1.40.0 Waiting on 1.39 to be merged in Factory. OBS-URL: https://build.opensuse.org/request/show/760082 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=237
This commit is contained in:
committed by
Git OBS Bridge
parent
92c01454df
commit
d5285e9bf9
@@ -1,16 +1,23 @@
|
||||
# filters for rust-src
|
||||
addFilter("devel-dependency rust-std-static")
|
||||
addFilter("devel-file-in-non-devel-package.*/usr/lib/rustlib/src/.*")
|
||||
# filters for rust-std
|
||||
|
||||
# rlib not in elf format
|
||||
addFilter("binaryinfo-readelf-failed.*/usr/lib/rustlib/.*rlib")
|
||||
|
||||
# rust has no stable ABI as of yet, soname is of no use yet
|
||||
addFilter("no-soname.*/usr/lib/rustlib/.*")
|
||||
addFilter("no-soname.*/usr/lib/lib*")
|
||||
|
||||
# tool versions don't always change at same pace as rustc
|
||||
addFilter("clippy.x86_64: W: no-version-in-last-changelog")
|
||||
addFilter("rls.x86_64: W: no-version-in-last-changelog")
|
||||
addFilter("rust-analysis.x86_64: W: no-version-in-last-changelog")
|
||||
addFilter("rustfmt.x86_64: W: no-version-in-last-changelog")
|
||||
|
||||
# we use a "provides =" with version to set the version correctly
|
||||
addFilter("clippy.x86_64: W: useless-provides clippy")
|
||||
addFilter("rustfmt.x86_64: W: useless-provides rustfmt")
|
||||
|
||||
# error when building with bootstrap. ignore for now
|
||||
addFilter(".*shlib-policy-name-error.*libLLVM-8.*")
|
||||
|
Reference in New Issue
Block a user