Raku / doc-website

Tooling to build/run the documentation website
Artistic License 2.0
7 stars 10 forks source link

test creating cache dir #394

Closed dontlaugh closed 2 months ago

dontlaugh commented 2 months ago

We need an out-of-tree cache dir for svg files. A symlink to this will need to be created.

finanalyst commented 2 months ago

@dontlaugh leaving it to you to merge. let me know what I need to do

dontlaugh commented 2 months ago

I still have some testing to do, but the gist is that the build code will the reading from a directory that is symlinked to something like /home/builder/cache. This normally would give me pause, but there are no on disk secrets accessible to the user. There are a few directories in $HOME that are left over from the from source builds of moarvm, nqp, rakudo. Those builds happen during the construction of the CI environment itself.

I'll need to play with this a bit after work.

finanalyst commented 2 months ago

@dontlaugh FYI I just outlined changes needed to typegraph to use cache in #393