Skip to content

Commit 0fb6783

Browse files
committed
docker: drop cmake toolchain
there is no working cross-compiler for buster yet
1 parent 0df6c8f commit 0fb6783

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ docker run \
4444
--detach \
4545
$image_name tail
4646

47-
docker exec --tty $container_name cmake /src -DCMAKE_BUILD_TYPE=Debug \
48-
-DCMAKE_TOOLCHAIN_FILE=/home/compiler/toolchain.cmake
47+
docker exec --tty $container_name cmake /src -DCMAKE_BUILD_TYPE=Debug
4948

5049
echo "Done. You can now compile by running 'docker exec --tty $container_name make'"

0 commit comments

Comments
 (0)