Skip to content

Commit 9268bfb

Browse files
committed
versioning.sh: revert full multi-libs for non-development release
1 parent 3f8710a commit 9268bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-assets/scripts/versioning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function application_build_versioned_components()
139139
# Releases from 14.2.*-2 up (September 2024) use the Debian list.
140140
if [ "${XBB_APPLICATION_WITHOUT_MULTILIB:-""}" != "y" ]
141141
then
142-
if true # [ "${XBB_IS_DEVELOPMENT}" != "y" ]
142+
if [ "${XBB_IS_DEVELOPMENT}" != "y" ]
143143
then
144144
# Possible future 'light' releases should include:
145145
# - rv32imac, rv64imafdc: for QEMU tests

0 commit comments

Comments
 (0)