Compare commits

..

No commits in common. "master" and "v12.3.1" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,6 @@ RUN ARCH="$(dpkg --print-architecture)" && \
apt-get install \ apt-get install \
--no-install-recommends \ --no-install-recommends \
make \ make \
ninja-build \
cmake \ cmake \
wget \ wget \
ca-certificates \ ca-certificates \

View File

@ -4,7 +4,7 @@ Building arm-gcc projects with xpack compilator
## Usage: ## Usage:
```yml ```
jobs: jobs:
build: build:

View File

@ -2,5 +2,4 @@
. /etc/bashrc . /etc/bashrc
#exec $@ exec $@
exec bash -c "$@"