diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 1c235a82..53e63e03 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -39,6 +39,9 @@ jobs: - name: Build and push id: docker_build uses: docker/build-push-action@v6 + env: + DOCKER_BUILD_SUMMARY: false + DOCKER_BUILD_RECORD_UPLOAD: false with: file: utils/docker/images/lthn-chain/Dockerfile context: ${{ github.workspace }} diff --git a/cmake/profiles/msvc-194-x86_64 b/cmake/profiles/msvc-194-x86_64 index 64acd970..d969128c 100644 --- a/cmake/profiles/msvc-194-x86_64 +++ b/cmake/profiles/msvc-194-x86_64 @@ -1,7 +1,7 @@ [settings] arch=x86_64 compiler=msvc -compiler.cppstd=14 +compiler.cppstd=17 compiler.runtime=static compiler.version=194 os=Windows