From 66282c723d73c25f614a54ddaf9af5f2149136e6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 7 Feb 2022 08:49:57 +0200 Subject: [PATCH] Update .drone.jsonnet --- .drone.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index f6f43fb..53d36a0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -71,7 +71,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") = 'git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root', 'cd boost-root', 'git submodule update --init tools/boostdep', - 'xcopy /s /e /q %DRONE_BUILD_DIR% libs\%SELF%\', + 'xcopy /s /e /q %DRONE_BUILD_DIR% libs\\%SELF%\\', 'python tools/boostdep/depinst/depinst.py %SELF%', 'cmd /c bootstrap', 'b2 -d0 headers', @@ -149,7 +149,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") = linux_pipeline( "Linux 20.04 GCC 9 ARM64 32/64", "cppalliance/droneubuntu2004:multiarch", - { TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '17', ADDRMD: '32,64' }, + { TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '03,11,14,17,2a', ADDRMD: '32,64' }, arch="arm64", ),