Skip to content

Commit

Permalink
add step
Browse files Browse the repository at this point in the history
  • Loading branch information
filippobrizzi committed Jan 31, 2024
1 parent 34a7e06 commit 3888075
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/cmake-single-platform.yml

This file was deleted.

15 changes: 14 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,20 @@
"cacheVariables": {
"BUILD_MODULES": "all"
}
}
},
{
"name": "docker",
"description": "Configuration setting for all modules with preferred toolchain",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build",
"installDir": "/install",
"toolchainFile": "${sourceDir}/toolchains/toolchain_clang.cmake",
"cacheVariables": {
"BUILD_MODULES": "all",
"DENABLE_LINTER": "OFF",
"CMAKE_BUILD_TYPE": "Release"
}
}
],
"buildPresets": [
{
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG BASE_IMAGE

# FROM arm64v8/ubuntu:22.04
FROM ${BASE_IMAGE}

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 3888075

Please sign in to comment.