Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.sh: error: No build recipe for detected operating system 'fedora38' #272

Closed
MHamour opened this issue Oct 26, 2023 · 3 comments
Closed

Comments

@MHamour
Copy link

MHamour commented Oct 26, 2023

Attempted to build CacheLib on Fedora38

./contrib/build.sh -j -T
build.sh: error: No build recipe for detected operating system 'fedora38'

@jaesoo-fb
Copy link
Contributor

Hi. We don't have a recipe for Fedora38. Could you see if fedora 34 recipe works?

diff --git a/contrib/build.sh b/contrib/build.sh
index 718b2af8..12d687d6 100755
--- a/contrib/build.sh
+++ b/contrib/build.sh
@@ -167,7 +167,7 @@ if test -z "$skip_os_pkgs" ; then
     centos8|rocky8.?) build_centos_8 ;;
     centos9) build_centos_9 ;;
     rocky9.?) build_rocky_9 ;;
-    fedora3[456]) build_fedora_34 ;;
+    fedora3[4-8]) build_fedora_34 ;;
     arch*|manjaro*) build_arch ;;
     *) die "No build recipe for detected operating system '$DETECTED'" ;;
   esac

@MHamour
Copy link
Author

MHamour commented Nov 3, 2023

I should've updated this earlier. Yes, the Fedora 34 recipe works, using the same change.

@jaesoo-fb
Copy link
Contributor

@MHamour Thanks for the confirmation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants