Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable uploads for build types that we are not using in CI or development #249

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    41a3202 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    mbautin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4faeccc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Change OpenSSL version to 3.0.8 (yugabyte#248)

    Moving to 3.0.8 for now due to it being FIPS 140-2 certified, per slack
    discussion. The previous 3.1.3 change hasn't been pulled into the main
    repo yet, so there should be no problems.
    
    Context: yugabyte/yugabyte-db#16407
    es1024 authored and mbautin committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    18b13a2 View commit details
    Browse the repository at this point in the history
  2. [skip ci] Manually install hub for macOS builds (yugabyte#251)

    Fix `./build_and_release.sh: line 229: hub: command not found` error in
    macOS builds due to `hub` being removed from out-of-the-box macOS
    runners.
    es1024 authored and mbautin committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    644f467 View commit details
    Browse the repository at this point in the history
  3. Fix upload flags

    mbautin committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    92b12af View commit details
    Browse the repository at this point in the history