Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O Open VDS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • 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
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Domain Data Management Services
  • Seismic
  • Open VDS
  • Merge requests
  • !244

Fix BuildExternal script to be able build static libraries without archives (.a) into binary output and use it for crc32c. (GONRG-402)

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Dzmitry Poloyko (EPAM) requested to merge feature/GONRG-402_optimize_build into master Sep 30, 2020
  • Overview 0
  • Commits 1
  • Pipelines 3
  • Changes 7

Fix for BuildExternal script to be able build static libraries without archives (.a) into binary output.

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Crc32c is created as a static library and unnecessary .a file is placed to binary output

What is the new/expected behavior?

Crc32c is created as a static library without distributing of .a file

Have you added/updated Unit Tests and Integration Tests?

  • [NO]

Changes:

  • BuildExternal build script is updated.
  • The build scripts for shared libraries and OpenVDS is updated.
Edited Sep 30, 2020 by Dzmitry Poloyko (EPAM)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/GONRG-402_optimize_build