Skip to content

Commit 2f1ea75

Browse files
committed
WIP
1 parent 16e5b71 commit 2f1ea75

130 files changed

Lines changed: 17371 additions & 653 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cross/Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ARG CROSS_BASE_IMAGE
2+
FROM $CROSS_BASE_IMAGE
3+
4+
RUN apt-get update && \
5+
apt-get install -y --no-install-recommends clang llvm && \
6+
rm -rf /var/lib/apt/lists/*
7+
8+
ENV CC=clang
9+
ENV CXX=clang++
10+
ENV AR=llvm-ar

0 commit comments

Comments
 (0)