Skip to content

Commit

Permalink
ci: install missing build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Mar 24, 2024
1 parent 40f2a20 commit 2d4ac29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ docker-make() {
'source /home/ko/.bashrc'
'cd /home/ko/base'
'set -x'
'sudo apt-get -qq update'
'sudo apt-get -qq install --no-install-recommends chrpath python3-minimal python3-pip'
'python3 -m pip install meson'
'export PATH="$HOME/.local/bin:$PATH"'
'sudo chown -R ko:ko .'
'ccache -sz'
"trap 'ccache -s' EXIT"
Expand Down

0 comments on commit 2d4ac29

Please sign in to comment.