You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.378 vcpkg commit ID: c82f74667287d3dc386bce81e44964370c91a289
0.387 Cloning into 'vcpkg'...
7.840 error: pathspec 'c82f74667287d3dc386bce81e44964370c91a289?' did not match any file(s) known to git
It's because I've clone OTC repo on Windows with auto-replace LF -> CRLF, which somehow made function $(grep '.builtin-baseline' vcpkg.json | awk -F: '{print $2}' | tr -d '," ') add new-line character to commit hash variable, which git shows in error as ? at end of commit hash.
I will work on other Dockerfile issue: Windows compilation files are not excluded in .dockerignore, which makes docker copy up to 17 GB (transferring context: 16.75GB) of 'context' into docker container.
Priority
Enhancement
Area
What is missing?
I'm working on Docker build (it does not work now). I tried to compile OTC on Ubuntu 24.04 and in official instruction are some steps that are not needed on Ubuntu 24.04 (replace
g++
andcmake
with newest version):https://github.com/mehah/otclient/wiki/Compiling-on-Ubuntu-24.04
All commands I had to run to compile on Ubuntu 24.04:
linux (when I finish work on Docker, I will test if all these packages are required):
vcpkg:
Download client files:
Compile:
Code of Conduct
The text was updated successfully, but these errors were encountered: