From a9eb7d2f16f71444df14f2e66840e1f5e9c6b4f7 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Thu, 10 Jul 2025 02:49:58 +0000 Subject: [PATCH] Enable rustpython --- config/aarch64/desktop.toml | 1 - config/desktop.toml | 2 +- config/x86_64/ci.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/aarch64/desktop.toml b/config/aarch64/desktop.toml index ec055e5f..e4e9fa6b 100644 --- a/config/aarch64/desktop.toml +++ b/config/aarch64/desktop.toml @@ -12,4 +12,3 @@ include = ["../desktop.toml"] # Package settings [packages] # example = {} -rustpython = "ignore" # not tested diff --git a/config/desktop.toml b/config/desktop.toml index 8b3d2c49..2465e9ab 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -21,7 +21,7 @@ orbdata = {} orbital = {} orbutils = {} pop-icon-theme = {} -#rustpython = {} # not compiling with our rust version +rustpython = {} shared-mime-info = {} patchelf = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index b4a74059..913f7547 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -170,7 +170,7 @@ rs-nes = {} rust64 = {} #rust-cairo = {} # linking errors #rust-cairo-demo = {} # linking errors -#rustpython = {} # undefined constants S_IWRITE and S_IEXEC (upstream should be fixed) +rustpython = {} rustual-boy = {} #schismtracker = {} # uses system includes scummvm = {}