mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-29 06:05:53 +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 \
|
build-essential \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ccache \
|
|
||||||
curl \
|
curl \
|
||||||
dirmngr \
|
dirmngr \
|
||||||
file \
|
file \
|
||||||
|
@ -44,7 +44,7 @@ def test_cmake_build_system(build_dir, language, source, emulator, linker_flags,
|
|||||||
print('Building ' + source + ' with CMake...')
|
print('Building ' + source + ' with CMake...')
|
||||||
|
|
||||||
with open('CMakeLists.txt', 'w') as fp:
|
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('project(test-compiler)\n')
|
||||||
fp.write('add_executable(a.out ' + os.path.basename(source) + ')\n')
|
fp.write('add_executable(a.out ' + os.path.basename(source) + ')\n')
|
||||||
if emulator:
|
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
|
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
||||||
|
Reference in New Issue
Block a user