Skip to content

Commit

Permalink
Removing Fedora from our builds (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
sburmanoctopus authored Dec 4, 2024
1 parent 6cecead commit 266b088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Build.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ void RunLinuxPackageTestsFor(TestConfigurationOnLinuxDistribution testConfigurat
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "ubuntu:focal", "deb"), // 20.04
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "ubuntu:bionic", "deb"), // 18.04
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "ubuntu:xenial", "deb"), // 16.04
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "fedora:39", "rpm"),
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "roboxes/rhel8", "rpm"),
};

Expand Down

0 comments on commit 266b088

Please sign in to comment.