Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • S seismic-dms-cpp-lib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Upcoming Change to GitLab Pages The GitLab Pages URL is planned to migrate from the current *.pages.community.opengroup.org to a simpler domain: *.pages.opengroup.org. At the same time, HTTPS will be enabled for the server. This change is planned for May 21, 2022.

If you have questions or concerns, please email forum-support@opengroup.org.

  • Open Subsurface Data Universe Software
  • Platform
  • Domain Data Mgmt Services
  • Seismic
  • Seismic DMS Suite
  • seismic-dms-cpp-lib
  • Merge requests
  • !91

Merged
Created Aug 27, 2021 by Anthony Lichnewsky@alichnewskyMaintainer

build: various build fixes ( libxml2 > 2.9.10 ), gcp provider after new logging...

  • Overview 0
  • Commits 4
  • Pipelines 8
  • Changes 4

various build fixes

  • libxml2 > 2.9.10 support
  • gcp provider after new logging changes
  • gcp storage test with ibm provider turned on

docker images not yet updated accordingly.

tested build with the following updates:

{
 "openssl": { "version" : "1.1.1g", "url" : "https://www.openssl.org/" },
 "libxml2": { "version" : "2.9.10", "url" : "https://github.com/GNOME/libxml2" },
 "azure_sdk_for_cpp": { "version" : "12.0.0", "url" : "https://github.com/Azure/azure-sdk-for-cpp" }
}

to

{
 "openssl": { "version" : "1.1.1l", "url" : "https://www.openssl.org/" },
 "libxml2": { "version" : "2.9.12", "url" : "https://github.com/GNOME/libxml2" },
 "azure_sdk_for_cpp": { "version" : "12.1.0", "url" : "https://github.com/Azure/azure-sdk-for-cpp" }
}
Edited Sep 15, 2021 by Anthony Lichnewsky
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: slb/al/various-build-fixes