mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-28 21:55:45 +02:00
Compare commits
10 Commits
3603d82802
...
crosstool-
Author | SHA1 | Date | |
---|---|---|---|
8ccc22fb24 | |||
fc52124cd0 | |||
33e0e3258c | |||
0e07884fa5 | |||
9e891aeef3 | |||
57dfad90f8 | |||
63b11aa33d | |||
5c4706c741 | |||
9c78102a1b | |||
1b8f16f057 |
@ -11,7 +11,6 @@ RUN \
|
||||
build-essential \
|
||||
bzip2 \
|
||||
ca-certificates \
|
||||
ccache \
|
||||
curl \
|
||||
dirmngr \
|
||||
file \
|
||||
|
@ -44,7 +44,7 @@ def test_cmake_build_system(build_dir, language, source, emulator, linker_flags,
|
||||
print('Building ' + source + ' with CMake...')
|
||||
|
||||
with open('CMakeLists.txt', 'w') as fp:
|
||||
fp.write('cmake_minimum_required(VERSION 3.16)\n')
|
||||
fp.write('cmake_minimum_required(VERSION 3.0)\n')
|
||||
fp.write('project(test-compiler)\n')
|
||||
fp.write('add_executable(a.out ' + os.path.basename(source) + ')\n')
|
||||
if emulator:
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG DOCKER_IMAGE_VERSION=3.1.64
|
||||
ARG DOCKER_IMAGE_VERSION=3.1.60
|
||||
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
|
||||
|
||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
||||
|
Reference in New Issue
Block a user