From 1c360e918d1695380c68c4c27cb958f29d05d303 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 16 Sep 2022 23:22:23 +0530 Subject: [PATCH] rust-analyzer: update to 2022.09.12. --- srcpkgs/rust-analyzer/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 19f1d77d619c..3c5acb656f08 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,19 +1,20 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2022.07.25 +version=2022.09.12 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" build_style=cargo make_install_args="--path=crates/${pkgname}" +make_check_args="-- --skip cli::load_cargo::tests::test_loading_rust_analyzer + --skip tests::regression::gat_crash_3 --skip tests::sourcegen_ast::sourcegen_ast + --skip tidy::check_code_formatting --skip tests::sourcegen::sourcegen_assists_docs" short_desc="Rust compiler front-end for IDEs" maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz" -checksum=2506054eff0ab2405a5dcc27fa9d8d748416179931b87b16972d2261364cdc36 -# tests require Rust source code -make_check=no +checksum=57937f90e7609cf5cfba1e1747c1552a9320693a1afed35cb50fecba97ca22d2 export CFG_RELEASE=${_ver}