comparison .builds/osx.yml @ 35:329b7921a6be

ci/osx: use debian instead of alpine for some reason osxcross doesn't support musl libc properly, so we have to use debian also this converts our DOS-style files to Unix-style files because Windows sucks :)
author Paper <mrpapersonic@gmail.com>
date Thu, 21 Sep 2023 11:43:24 -0400
parents bb12ff38b3d1
children 1a34fd7469b9
comparison
equal deleted inserted replaced
34:bb12ff38b3d1 35:329b7921a6be
1 image: alpine/edge 1 image: debian/stable
2 packages: 2 packages:
3 - cmake 3 - cmake
4 - clang 4 - clang
5 - git 5 - git
6 - patch 6 - patch
7 - python3 7 - python3
8 - curl-dev 8 - libssl-dev
9 - openssl-dev 9 - lzma-dev
10 - xz-dev
11 - libxml2-dev 10 - libxml2-dev
11 - xz
12 - bzip2 12 - bzip2
13 - cpio 13 - cpio
14 - libbz2 14 - libbz2
15 - zlib-dev 15 - zlib1g-dev
16 - wget 16 - llvm-dev
17 - uuid-dev
17 sources: 18 sources:
18 - https://hg.sr.ht/~mrpapersonic/minori 19 - https://hg.sr.ht/~mrpapersonic/minori
19 - https://github.com/tpoechtrager/osxcross 20 - https://github.com/tpoechtrager/osxcross
20 tasks: 21 tasks:
21 - build: | 22 - build: |