[F] Fix tcc package installation
This commit is contained in:
parent
bcce3c12cc
commit
1e2d9611cf
@ -22,7 +22,10 @@ steps:
|
|||||||
- name: test-tcc-compiler
|
- name: test-tcc-compiler
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add gcc g++ cmake make binutils-gold tcc
|
- apk add gcc g++ cmake make binutils-gold
|
||||||
|
# tcc available only in in edge alpine repo
|
||||||
|
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||||
|
- apk add tcc
|
||||||
- ls
|
- ls
|
||||||
- uname -a
|
- uname -a
|
||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
|
Loading…
Reference in New Issue
Block a user