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

ENT-9517: Modified zlib URL to adjust for new release (3.18) #1276

Closed
wants to merge 2 commits into from

Commits on Aug 25, 2023

  1. Modified zlib URL to adjust for new release

    Keeping the old release requires using the https://zlib.net/fossils/ base URL
    
    Ticket: ENT-9517
    Changelog: none
    (cherry picked from commit 1b5fad7)
    craigcomstock committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    42185ea View commit details
    Browse the repository at this point in the history
  2. Refactored sftp cache ssh key usage into the docker container for ful…

    …l pull/push usage
    
    Before I was pulling the sftp cache on the host outside the container because
    I couldn't figure out how to push the sftp cache private key inside the container.
    
    When I changed a dependency, zlib in this case, the build scripts wanted to push
    the new packages up to the sftp cache which failed due to lack of private key in the container.
    
    This commit takes either a github secret or mystiko password and sets it as an environment variable inside the container for the build to use.
    
    Ticket: ENT-10419
    Changelog: none
    (cherry picked from commit b989b9d)
    craigcomstock committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1f83c22 View commit details
    Browse the repository at this point in the history