diff options
| author | Sam James <sam@gentoo.org> | 2024-02-09 02:40:00 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-09 13:54:15 -0500 |
| commit | 7d8b925144ae2b84ccccd603eac11b70d4243e46 (patch) | |
| tree | 9a929e05bcd205c6a6d39d1042a5d7fe1c1922f4 /ci | |
| parent | fe8123b48413459c361c30bb36a87dbf66636011 (diff) | |
| download | meson-7d8b925144ae2b84ccccd603eac11b70d4243e46.tar.gz | |
ci: fedora; add file package
FAILED unittests/linuxliketests.py::LinuxlikeTests::test_install_strip - FileNotFoundError: [Errno 2] No such file or directory: 'file'
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ciimage/fedora/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/fedora/install.sh b/ci/ciimage/fedora/install.sh index dc9c20af3..2191a707e 100755 --- a/ci/ciimage/fedora/install.sh +++ b/ci/ciimage/fedora/install.sh @@ -6,7 +6,7 @@ source /ci/common.sh pkgs=( python python-pip python3-devel - ninja-build make git autoconf automake patch + ninja-build make git autoconf automake patch file elfutils gcc gcc-c++ gcc-fortran gcc-objc gcc-objc++ vala rust bison flex ldc libasan libasan-static mono-core boost-devel gtkmm30 gtest-devel gmock-devel protobuf-devel wxGTK-devel gobject-introspection boost-python3-devel |
