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

Update server dockerfile to pull vcpkg from opentibiabr fork #495

Closed
wants to merge 9 commits into from

Conversation

caiopolito
Copy link

@caiopolito caiopolito commented Aug 15, 2022

Description

This PR is a baseline correction of the server Dockerfile in the canary repository, which pulled the vcpkg repo from Microsoft directly, and not from the opentibiabr fork.

Correction of issue #494

Behaviour

Actual

Clone the repository main branch and run
docker-compose up
The docker CLI will break the command after a few minutes, with an error when building the libmaria package.

Expected

Clone the repository main branch and run
docker-compose up
The docker CLI will continuously build all the packages and create the container for the canary server.

Fixes

# VCPKG repository appointment.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@beats-dh beats-dh changed the title ❗ [#494] update server dockerfile to pull vcpkg from opentibiabr fork Update server dockerfile to pull vcpkg from opentibiabr fork Aug 17, 2022
"name": "luajit",
"platform": "!arm"
},
"luajit",
Copy link
Contributor

Choose a reason for hiding this comment

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

Essa atualização arrumou o erro de ausência do luajit na hora de compilar no meu Linux, minha plataforma é arm64 então isso podia ser a causa desse erro.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2022

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Stale No activity label Oct 8, 2022
@github-actions github-actions bot removed the Stale No activity label Nov 2, 2022
@beats-dh
Copy link
Collaborator

Closed due to author inactivity

@beats-dh beats-dh closed this Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: PRs Done
Development

Successfully merging this pull request may close these issues.

4 participants