Skip to content

Commit

Permalink
add clang
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Jan 30, 2024
1 parent be700f4 commit df21f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/japan7/dakara_check:master

RUN apk add go pkgconf
RUN apk add go pkgconf clang llvm lld

COPY . /karaberus

RUN cd /karaberus && CGO_ENABLED=1 go build -o build/ .
RUN cd /karaberus && CGO_ENABLED=1 CC=clang go build -o build/ .

0 comments on commit df21f80

Please sign in to comment.