Closed sean-parent closed 1 year ago
Notes from meeting with Sean:
symlinking to hyde
picks up the resource directory that's part of your LLVM environment, but then cannot find any of the standard header files.
hyde
into the tool directory next to clang
, and have it pick up clang
's resource directory, and have it find the right thing after a full install of LLVM.Look at the llvm.sh
script to figure out what it is doing that apt-get
is not, downloading dependencies and putting them in the right locations.
hyde.sh
that does something similar, putting the pieces hyde
needs to run in the right locations.Docker may die with a SIGTERM
if it runs out of memory building hyde.
Description
Related Issue
Motivation and Context
The docker file wasn't updated in the move to Hyde 2.0 - this is a working docker container for Hyde 2.0, although it is a complex mess.
How Has This Been Tested?
From the resulting container, I'm able to update the docs on github.com/stlab/libraries.
Screenshots (if appropriate):
Types of changes
Checklist: