Skip to content

Commit

Permalink
Add LLVM symbolizer env var
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 21, 2023
1 parent 658a95f commit f0028d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ RUN apt-get update && \
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -

RUN apt-get install -y nodejs

RUN apt-get install -y llvm

ENV LLVM_SYMBOLIZER=/usr/bin/llvm-symbolizer

0 comments on commit f0028d2

Please sign in to comment.