Skip to content

Commit

Permalink
build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 1, 2024
1 parent 0139020 commit 417300c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ include_directories(inc)
# small utile functions for test case
include_directories(utils)
include_directories(/usr/include/drm)
include_directories(/usr/src/linux-headers-5.10.160-20-rk356x/include/config/)

# ----------------------------------------------------------------------------
# osal library
Expand Down
3 changes: 0 additions & 3 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ sudo apt install -y python3-pip
sudo pip3 install --upgrade cloudsmith-cli
sudo apt install -y git ruby-dev make cmake gcc g++ wget libdrm-dev mlocate
gem install fpm
sudo updatedb && locate -e drm.h
ls -a /usr/include/
exit 1
cd build/linux/aarch64
./make-Makefiles.bash
make -j$(nproc)
Expand Down

0 comments on commit 417300c

Please sign in to comment.