diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-07-31 19:10:57 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-07-31 21:08:15 +0200 |
commit | a887dc31494cf291ce66cd61c72d0ba97e96f415 (patch) | |
tree | 7b8a4f9987ef62af34aed138c727f22830112f2a /dev-dotnet | |
parent | dev-dotnet/fable: drop old 4.14.0 (diff) | |
download | gentoo-a887dc31494cf291ce66cd61c72d0ba97e96f415.tar.gz gentoo-a887dc31494cf291ce66cd61c72d0ba97e96f415.tar.bz2 gentoo-a887dc31494cf291ce66cd61c72d0ba97e96f415.zip |
dev-dotnet/fable: deselect rust tests
Closes: https://bugs.gentoo.org/936971
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/fable/fable-4.19.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-dotnet/fable/fable-4.19.3.ebuild b/dev-dotnet/fable/fable-4.19.3.ebuild index 0b1c245ead35..cd3790e31f76 100644 --- a/dev-dotnet/fable/fable-4.19.3.ebuild +++ b/dev-dotnet/fable/fable-4.19.3.ebuild @@ -322,6 +322,7 @@ DOTNET_PKG_PROJECTS=( DOTNET_PKG_BAD_PROJECTS=( src/quicktest/QuickTest.fsproj tests/Js/Main/Fable.Tests.fsproj + tests/Rust/Fable.Tests.Rust.fsproj ) pkg_setup() { |