Skip to content

{vis}[GCCcore/14.2.0,GCCcore/14.3.0] wxWidgets v3.2.9#25237

Open
Micket wants to merge 1 commit intoeasybuilders:developfrom
Micket:20260206223404_new_pr_wxWidgets329
Open

{vis}[GCCcore/14.2.0,GCCcore/14.3.0] wxWidgets v3.2.9#25237
Micket wants to merge 1 commit intoeasybuilders:developfrom
Micket:20260206223404_new_pr_wxWidgets329

Conversation

@Micket
Copy link
Contributor

@Micket Micket commented Feb 6, 2026

(created using eb --new-pr)

Apparently, 3.3 isn't the stable release series, we shouldn't have used that.

Trying to build filezilla, it refuses to use 3.3 and configure tool spits out that you must use 3.2

@Micket Micket added the update label Feb 6, 2026
@github-actions github-actions bot added 2025a issues & PRs related to 2025a common toolchains 2025b issues & PRs related to 2025b common toolchains labels Feb 6, 2026
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Updated software wxWidgets-3.2.9-GCCcore-14.2.0.eb

Diff against wxWidgets-3.3.1-GCCcore-14.3.0.eb

easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.3.0.eb

diff --git a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.3.0.eb b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.2.0.eb
index d6a6c40e61..cb66128a8d 100644
--- a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.3.0.eb
+++ b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.2.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'wxWidgets'
-version = '3.3.1'
+version = '3.2.9'  # Note that the 3.2 is the current stable release.
 
 homepage = 'https://www.wxwidgets.org'
 description = """wxWidgets is a C++ library that lets developers create
@@ -11,38 +11,39 @@ Ruby and many other languages, and unlike other cross-platform toolkits,
 wxWidgets gives applications a truly native look and feel because it
 uses the platform's native API rather than emulating the GUI."""
 
-toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
 github_account = 'wxWidgets'
 source_urls = [GITHUB_RELEASE]
 sources = [SOURCE_TAR_BZ2]
-checksums = ['f936c8d694f9c49a367a376f99c751467150a4ed7cbf8f4723ef19b2d2d9998d']
+checksums = ['fb90f9538bffd6a02edbf80037a0c14c2baf9f509feac8f76ab2a5e4321f112b']
 
 builddependencies = [
-    ('binutils', '2.44'),
-    ('gettext', '0.25'),
-    ('pkgconf', '2.4.3'),
-    ('Python', '3.13.5'),
+    ('binutils', '2.42'),
+    ('gettext', '0.24'),
+    ('pkgconf', '2.3.0'),
+    ('Python', '3.13.1'),
 ]
 
 dependencies = [
-    ('libpng', '1.6.50'),
+    ('libpng', '1.6.48'),
     ('zlib', '1.3.1'),
-    ('XZ', '5.8.1'),
-    ('libjpeg-turbo', '3.1.1'),
+    ('XZ', '5.6.3'),
+    ('libjpeg-turbo', '3.1.0'),
     ('LibTIFF', '4.7.0'),
     ('libwebp', '1.5.0'),
     ('jbigkit', '2.1'),
-    ('expat', '2.7.1'),
+    ('expat', '2.6.4'),
     ('GTK3', '3.24.43'),
     ('libnotify', '0.8.7'),
-    ('X11', '20250608'),
-    ('OpenGL', '2025.09'),
-    ('SDL2', '2.32.10'),
+    ('X11', '20250521'),
+    ('Mesa', '25.1.3'),
+    ('libGLU', '9.0.3'),
+    ('SDL2', '2.32.8'),
     ('cairo', '1.18.4'),
     ('GST-plugins-base', '1.26.6'),
-    ('GLib', '2.85.3'),
+    ('GLib', '2.85.1'),
 ]
 
 local_cpath_ext = '$EBROOTGTKPLUS/include/gtk-3.0:$EBROOTGLIB/include/glib-2.0:$EBROOTGLIB/lib/glib-2.0/include'
Diff against wxWidgets-3.3.1-GCCcore-14.2.0.eb

easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.2.0.eb

diff --git a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.2.0.eb b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.2.0.eb
index d76f3ee0ce..cb66128a8d 100644
--- a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.2.0.eb
+++ b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.2.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'wxWidgets'
-version = '3.3.1'
+version = '3.2.9'  # Note that the 3.2 is the current stable release.
 
 homepage = 'https://www.wxwidgets.org'
 description = """wxWidgets is a C++ library that lets developers create
@@ -17,7 +17,7 @@ toolchainopts = {'pic': True}
 github_account = 'wxWidgets'
 source_urls = [GITHUB_RELEASE]
 sources = [SOURCE_TAR_BZ2]
-checksums = ['f936c8d694f9c49a367a376f99c751467150a4ed7cbf8f4723ef19b2d2d9998d']
+checksums = ['fb90f9538bffd6a02edbf80037a0c14c2baf9f509feac8f76ab2a5e4321f112b']
 
 builddependencies = [
     ('binutils', '2.42'),
Diff against wxWidgets-3.2.6-GCC-13.2.0.eb

easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.6-GCC-13.2.0.eb

diff --git a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.6-GCC-13.2.0.eb b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.2.0.eb
index 1805d927db..cb66128a8d 100644
--- a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.6-GCC-13.2.0.eb
+++ b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.2.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'wxWidgets'
-version = '3.2.6'
+version = '3.2.9'  # Note that the 3.2 is the current stable release.
 
 homepage = 'https://www.wxwidgets.org'
 description = """wxWidgets is a C++ library that lets developers create
@@ -11,55 +11,67 @@ Ruby and many other languages, and unlike other cross-platform toolkits,
 wxWidgets gives applications a truly native look and feel because it
 uses the platform's native API rather than emulating the GUI."""
 
-toolchain = {'name': 'GCC', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
 github_account = 'wxWidgets'
 source_urls = [GITHUB_RELEASE]
 sources = [SOURCE_TAR_BZ2]
-checksums = ['939e5b77ddc5b6092d1d7d29491fe67010a2433cf9b9c0d841ee4d04acb9dce7']
+checksums = ['fb90f9538bffd6a02edbf80037a0c14c2baf9f509feac8f76ab2a5e4321f112b']
 
 builddependencies = [
-    ('gettext', '0.22'),
-    ('pkgconf', '2.0.3'),
-    ('Python', '3.11.5'),
+    ('binutils', '2.42'),
+    ('gettext', '0.24'),
+    ('pkgconf', '2.3.0'),
+    ('Python', '3.13.1'),
 ]
 
 dependencies = [
-    ('libpng', '1.6.40'),
-    ('zlib', '1.2.13'),
-    ('libjpeg-turbo', '3.0.1'),
-    ('XZ', '5.4.4'),
+    ('libpng', '1.6.48'),
+    ('zlib', '1.3.1'),
+    ('XZ', '5.6.3'),
+    ('libjpeg-turbo', '3.1.0'),
+    ('LibTIFF', '4.7.0'),
+    ('libwebp', '1.5.0'),
     ('jbigkit', '2.1'),
-    ('LibTIFF', '4.6.0'),
-    ('expat', '2.5.0'),
-    ('GTK3', '3.24.39'),
-    ('X11', '20231019'),
-    ('Mesa', '23.1.9'),
+    ('expat', '2.6.4'),
+    ('GTK3', '3.24.43'),
+    ('libnotify', '0.8.7'),
+    ('X11', '20250521'),
+    ('Mesa', '25.1.3'),
     ('libGLU', '9.0.3'),
-    ('SDL2', '2.28.5'),
-    ('cairo', '1.18.0'),
-    ('GST-plugins-base', '1.24.8'),
-    ('GLib', '2.78.1'),
+    ('SDL2', '2.32.8'),
+    ('cairo', '1.18.4'),
+    ('GST-plugins-base', '1.26.6'),
+    ('GLib', '2.85.1'),
 ]
 
 local_cpath_ext = '$EBROOTGTKPLUS/include/gtk-3.0:$EBROOTGLIB/include/glib-2.0:$EBROOTGLIB/lib/glib-2.0/include'
 
 preconfigopts = 'CPATH=$CPATH:%s ' % local_cpath_ext
 
-configopts = '--enable-intl --enable-ipv6 '
-# Options required by wxPython
-configopts += '--with-gtk=3 --with-gtk-prefix=$EBROOTGTKPLUS '
 # Note: the configure step might claim to find OpenGL headers in
 # /usr/include, but it will still use the ones from the Mesa dependency above
-configopts += '--with-opengl '
-configopts += '--enable-unicode --enable-sound --enable-graphics_ctx '
-configopts += '--enable-mediactrl --enable-display --enable-geometry '
-configopts += '--enable-debug_flag --enable-optimise --disable-debugreport '
-configopts += '--enable-autoidman --with-sdl '
-configopts += '--disable-webview --disable-webviewwebkit '
-configopts += '--disable-tests '
-
+configopts = ' '.join([
+    '--enable-intl',
+    '--enable-ipv6',
+    '--enable-sound',
+    '--enable-graphics_ctx',
+    '--enable-mediactrl',
+    '--enable-display',
+    '--enable-geometry',
+    '--enable-debug_flag',
+    '--enable-optimise',
+    '--enable-autoidman',
+    '--disable-debugreport',
+    '--disable-webview',
+    '--disable-webviewwebkit',
+    '--disable-tests',
+    '--with-gtk=3',
+    '--with-opengl',
+    '--with-liblzma',
+    '--with-sdl',
+])
 
 prebuildopts = 'CPATH=$CPATH:%s ' % local_cpath_ext
 

Updated software wxWidgets-3.2.9-GCCcore-14.3.0.eb

Diff against wxWidgets-3.3.1-GCCcore-14.3.0.eb

easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.3.0.eb

diff --git a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.3.0.eb b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.3.0.eb
index d6a6c40e61..6ffb791e29 100644
--- a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.3.0.eb
+++ b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'wxWidgets'
-version = '3.3.1'
+version = '3.2.9'  # Note that the 3.2 is the current stable release.
 
 homepage = 'https://www.wxwidgets.org'
 description = """wxWidgets is a C++ library that lets developers create
@@ -17,7 +17,7 @@ toolchainopts = {'pic': True}
 github_account = 'wxWidgets'
 source_urls = [GITHUB_RELEASE]
 sources = [SOURCE_TAR_BZ2]
-checksums = ['f936c8d694f9c49a367a376f99c751467150a4ed7cbf8f4723ef19b2d2d9998d']
+checksums = ['fb90f9538bffd6a02edbf80037a0c14c2baf9f509feac8f76ab2a5e4321f112b']
 
 builddependencies = [
     ('binutils', '2.44'),
Diff against wxWidgets-3.3.1-GCCcore-14.2.0.eb

easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.2.0.eb

diff --git a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.2.0.eb b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.3.0.eb
index d76f3ee0ce..6ffb791e29 100644
--- a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.3.1-GCCcore-14.2.0.eb
+++ b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'wxWidgets'
-version = '3.3.1'
+version = '3.2.9'  # Note that the 3.2 is the current stable release.
 
 homepage = 'https://www.wxwidgets.org'
 description = """wxWidgets is a C++ library that lets developers create
@@ -11,39 +11,38 @@ Ruby and many other languages, and unlike other cross-platform toolkits,
 wxWidgets gives applications a truly native look and feel because it
 uses the platform's native API rather than emulating the GUI."""
 
-toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
 toolchainopts = {'pic': True}
 
 github_account = 'wxWidgets'
 source_urls = [GITHUB_RELEASE]
 sources = [SOURCE_TAR_BZ2]
-checksums = ['f936c8d694f9c49a367a376f99c751467150a4ed7cbf8f4723ef19b2d2d9998d']
+checksums = ['fb90f9538bffd6a02edbf80037a0c14c2baf9f509feac8f76ab2a5e4321f112b']
 
 builddependencies = [
-    ('binutils', '2.42'),
-    ('gettext', '0.24'),
-    ('pkgconf', '2.3.0'),
-    ('Python', '3.13.1'),
+    ('binutils', '2.44'),
+    ('gettext', '0.25'),
+    ('pkgconf', '2.4.3'),
+    ('Python', '3.13.5'),
 ]
 
 dependencies = [
-    ('libpng', '1.6.48'),
+    ('libpng', '1.6.50'),
     ('zlib', '1.3.1'),
-    ('XZ', '5.6.3'),
-    ('libjpeg-turbo', '3.1.0'),
+    ('XZ', '5.8.1'),
+    ('libjpeg-turbo', '3.1.1'),
     ('LibTIFF', '4.7.0'),
     ('libwebp', '1.5.0'),
     ('jbigkit', '2.1'),
-    ('expat', '2.6.4'),
+    ('expat', '2.7.1'),
     ('GTK3', '3.24.43'),
     ('libnotify', '0.8.7'),
-    ('X11', '20250521'),
-    ('Mesa', '25.1.3'),
-    ('libGLU', '9.0.3'),
-    ('SDL2', '2.32.8'),
+    ('X11', '20250608'),
+    ('OpenGL', '2025.09'),
+    ('SDL2', '2.32.10'),
     ('cairo', '1.18.4'),
     ('GST-plugins-base', '1.26.6'),
-    ('GLib', '2.85.1'),
+    ('GLib', '2.85.3'),
 ]
 
 local_cpath_ext = '$EBROOTGTKPLUS/include/gtk-3.0:$EBROOTGLIB/include/glib-2.0:$EBROOTGLIB/lib/glib-2.0/include'
Diff against wxWidgets-3.2.6-GCC-13.2.0.eb

easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.6-GCC-13.2.0.eb

diff --git a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.6-GCC-13.2.0.eb b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.3.0.eb
index 1805d927db..6ffb791e29 100644
--- a/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.6-GCC-13.2.0.eb
+++ b/easybuild/easyconfigs/w/wxWidgets/wxWidgets-3.2.9-GCCcore-14.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'wxWidgets'
-version = '3.2.6'
+version = '3.2.9'  # Note that the 3.2 is the current stable release.
 
 homepage = 'https://www.wxwidgets.org'
 description = """wxWidgets is a C++ library that lets developers create
@@ -11,55 +11,66 @@ Ruby and many other languages, and unlike other cross-platform toolkits,
 wxWidgets gives applications a truly native look and feel because it
 uses the platform's native API rather than emulating the GUI."""
 
-toolchain = {'name': 'GCC', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
 toolchainopts = {'pic': True}
 
 github_account = 'wxWidgets'
 source_urls = [GITHUB_RELEASE]
 sources = [SOURCE_TAR_BZ2]
-checksums = ['939e5b77ddc5b6092d1d7d29491fe67010a2433cf9b9c0d841ee4d04acb9dce7']
+checksums = ['fb90f9538bffd6a02edbf80037a0c14c2baf9f509feac8f76ab2a5e4321f112b']
 
 builddependencies = [
-    ('gettext', '0.22'),
-    ('pkgconf', '2.0.3'),
-    ('Python', '3.11.5'),
+    ('binutils', '2.44'),
+    ('gettext', '0.25'),
+    ('pkgconf', '2.4.3'),
+    ('Python', '3.13.5'),
 ]
 
 dependencies = [
-    ('libpng', '1.6.40'),
-    ('zlib', '1.2.13'),
-    ('libjpeg-turbo', '3.0.1'),
-    ('XZ', '5.4.4'),
+    ('libpng', '1.6.50'),
+    ('zlib', '1.3.1'),
+    ('XZ', '5.8.1'),
+    ('libjpeg-turbo', '3.1.1'),
+    ('LibTIFF', '4.7.0'),
+    ('libwebp', '1.5.0'),
     ('jbigkit', '2.1'),
-    ('LibTIFF', '4.6.0'),
-    ('expat', '2.5.0'),
-    ('GTK3', '3.24.39'),
-    ('X11', '20231019'),
-    ('Mesa', '23.1.9'),
-    ('libGLU', '9.0.3'),
-    ('SDL2', '2.28.5'),
-    ('cairo', '1.18.0'),
-    ('GST-plugins-base', '1.24.8'),
-    ('GLib', '2.78.1'),
+    ('expat', '2.7.1'),
+    ('GTK3', '3.24.43'),
+    ('libnotify', '0.8.7'),
+    ('X11', '20250608'),
+    ('OpenGL', '2025.09'),
+    ('SDL2', '2.32.10'),
+    ('cairo', '1.18.4'),
+    ('GST-plugins-base', '1.26.6'),
+    ('GLib', '2.85.3'),
 ]
 
 local_cpath_ext = '$EBROOTGTKPLUS/include/gtk-3.0:$EBROOTGLIB/include/glib-2.0:$EBROOTGLIB/lib/glib-2.0/include'
 
 preconfigopts = 'CPATH=$CPATH:%s ' % local_cpath_ext
 
-configopts = '--enable-intl --enable-ipv6 '
-# Options required by wxPython
-configopts += '--with-gtk=3 --with-gtk-prefix=$EBROOTGTKPLUS '
 # Note: the configure step might claim to find OpenGL headers in
 # /usr/include, but it will still use the ones from the Mesa dependency above
-configopts += '--with-opengl '
-configopts += '--enable-unicode --enable-sound --enable-graphics_ctx '
-configopts += '--enable-mediactrl --enable-display --enable-geometry '
-configopts += '--enable-debug_flag --enable-optimise --disable-debugreport '
-configopts += '--enable-autoidman --with-sdl '
-configopts += '--disable-webview --disable-webviewwebkit '
-configopts += '--disable-tests '
-
+configopts = ' '.join([
+    '--enable-intl',
+    '--enable-ipv6',
+    '--enable-sound',
+    '--enable-graphics_ctx',
+    '--enable-mediactrl',
+    '--enable-display',
+    '--enable-geometry',
+    '--enable-debug_flag',
+    '--enable-optimise',
+    '--enable-autoidman',
+    '--disable-debugreport',
+    '--disable-webview',
+    '--disable-webviewwebkit',
+    '--disable-tests',
+    '--with-gtk=3',
+    '--with-opengl',
+    '--with-liblzma',
+    '--with-sdl',
+])
 
 prebuildopts = 'CPATH=$CPATH:%s ' % local_cpath_ext
 

@Micket Micket added this to the next release (5.2.1?) milestone Feb 6, 2026
@Micket Micket added the bug fix label Feb 6, 2026
@Micket
Copy link
Contributor Author

Micket commented Feb 6, 2026

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Collaborator

@Micket: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=25237 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_25237 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9598

Test results coming soon (I hope)...

Details

- notification for comment with ID 3862659003 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@Micket
Copy link
Contributor Author

Micket commented Feb 6, 2026

Test report by @Micket
SUCCESS
Build succeeded for 2 out of 2 (total: 17 mins 35 secs) (2 easyconfigs in total)
vera-icelake-build - Linux Rocky Linux 9.6, x86_64, Intel(R) Xeon(R) Silver 4316 CPU @ 2.30GHz, Python 3.9.21
See https://gist.github.com/Micket/ffae77a0147db474d9ca1977353de921 for a full test report.

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 2 out of 2 (total: 21 mins 46 secs) (2 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.23
See https://gist.github.com/boegelbot/e61e37b93f897ccea960b390fd2ed70a for a full test report.

@branfosj
Copy link
Member

branfosj commented Feb 7, 2026

Test report by @branfosj
FAILED
Build succeeded for 5 out of 9 (total: 1 hour 30 mins 54 secs) (2 easyconfigs in total)
bear-pg0210u03a - Linux RHEL 8.10, x86_64, Intel(R) Xeon(R) Platinum 8480CL (sapphirerapids), Python 3.6.8
See https://gist.github.com/branfosj/388b301911c4b9558d77468b937a6082 for a full test report.

@branfosj
Copy link
Member

branfosj commented Feb 7, 2026

I've had this failure before - #24181 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2025a issues & PRs related to 2025a common toolchains 2025b issues & PRs related to 2025b common toolchains bug fix update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants