Skip to content

Conversation

@grooverdan
Copy link
Member

This prevents a no-op on ppc64le

extracted out of #831 to get builder list one no-op builder shorter

two arches only:
https://github.com/MariaDB/server/blob/main/storage/columnstore/CMakeLists.txt#L54-L56

Copy link
Collaborator

@RazvanLiviuVarzaru RazvanLiviuVarzaru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, builders were already burning electricity just to say

WARNING: Columnstore was not found in the released packages, the test will not be run

Can you update rpm-upgrade.sh also?

  columnstore)
    package_list=$(rpm_repoquery)
    if ! echo "$package_list" | grep -q columnstore-engine; then
      bb_log_warn "Columnstore was not found in the released packages, the test will not be run"
      exit
    fi
    package_list="MariaDB-server MariaDB-columnstore-engine"
    alternative_names_package_list=$package_list
    ;;
  *)
    bb_log_err "unknown test mode ($test_mode)"
    exit 1
    ;;
esac

@RazvanLiviuVarzaru
Copy link
Collaborator

Note to self, If merging to main then immediately deploy and restart autogen ppc64le master to re-load the configuration.

@RazvanLiviuVarzaru RazvanLiviuVarzaru merged commit b44298f into MariaDB:dev Oct 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants