Skip to content

Commit

Permalink
[M] reorder docker apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
luswdev committed Apr 22, 2023
1 parent b799227 commit fec8a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ set(CMAKE_C_COMPILER "${CROSS_COMPILER}gcc")
set(CMAKE_CXX_COMPILER "${CROSS_COMPILER}g++")
set(ASM_COMPILER "${CROSS_COMPILER}g++")

set(CMAKE_C_COMPILER_LAUNCHER "ccache")
set(CMAKE_CXX_COMPILER_LAUNCHER "ccache")

set(CMAKE_OBJSIZE "${CROSS_COMPILER}size")
set(CMAKE_OBJCOPY "${CROSS_COMPILER}objcopy")
set(CMAKE_OBJDUMP "${CROSS_COMPILER}objdump")
Expand Down
1 change: 1 addition & 0 deletions docker/toolchain.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get install -y \
cmake \
gcc \
g++ \
ccache \
libssl-dev \
bzip2

Expand Down

0 comments on commit fec8a8a

Please sign in to comment.