From 62136787c0f49931d9db86509482e521ffabb5d9 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 26 Jun 2025 20:33:08 -0300 Subject: [PATCH] Enable the RustPython recipe again for x86-64 --- config/desktop.toml | 2 +- config/x86_64/ci.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/desktop.toml b/config/desktop.toml index 2d354bb0d..2465e9ab0 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -21,7 +21,7 @@ orbdata = {} orbital = {} orbutils = {} pop-icon-theme = {} -# rustpython = {} #TODO ensure RustPython builds with our toolchain +rustpython = {} shared-mime-info = {} patchelf = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index e0cd3f1ca..26a48c98e 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -168,7 +168,7 @@ rs-nes = {} rust64 = {} #rust-cairo = {} # linking errors #rust-cairo-demo = {} # linking errors -#rustpython = {} # does not compile +rustpython = {} rustual-boy = {} #schismtracker = {} # uses system includes scummvm = {}