loganfred

Results 6 comments of loganfred

hmm. Echoing `$OUT` in the dockerfile returns `/out` but the docker run command is `OUT=/builds/33190/build-out` Is this expected? Maybe I can force create the latter somehow.

Gitlab 15.11.0-ee with 15.11 runners Private repo unfortunately. I'm evaluating clusterfuzzlite for my company. I'm not sure at what layer that folder gets created, but I don't think it is...

Also, this env var here is empty if I echo it ``` # Get gitlab's container id - export CFL_CONTAINER_ID=`cut -c9- < /proc/1/cpuset` ``` Seems like a good clue..? I'll...

These are self-hosted runners using kubernetes and helm. I'm not sure what the root issue is, but I think I just need to figure out how to pass `$CI_JOB_ID` down...

Looks like the docs are already updated. Is there anything I need to do to update or will the image automatically pull cfl changes?

The suggested `.gitlab-ci.yaml` change wasn't the silver bullet I was hoping for. What does `CFL_CONTAINER_ID` do? It still isn't populated for me with this syntax.