Skip to content

Commit 08ec547

Browse files
add linux-aarch64 build (#812)
this is untested on the libretro CI. Documentation is sparse on how to actually test these changes. If anyone could provide details on that process please do.
1 parent 51aefbd commit 08ec547

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ include:
2424
- project: 'libretro-infrastructure/ci-templates'
2525
file: '/linux-x64.yml'
2626

27+
# Linux 64-bit (ARM64)
28+
- project: 'libretro-infrastructure/ci-templates'
29+
file: '/linux-aarch64.yml'
30+
2731
# Linux 32-bit
2832
- project: 'libretro-infrastructure/ci-templates'
2933
file: '/linux-i686.yml'
@@ -92,6 +96,17 @@ libretro-build-linux-x64:
9296
HAVE_PARALLEL: 1
9397
HAVE_PARALLEL_RSP: 1
9498

99+
# Linux 64-bit (ARM64)
100+
libretro-build-linux-aarch64:
101+
extends:
102+
- .core-defs
103+
- .libretro-linux-aarch64-make-default
104+
variables:
105+
WITH_DYNAREC: aarch64
106+
HAVE_THR_AL: 1
107+
HAVE_PARALLEL: 1
108+
HAVE_PARALLEL_RSP: 1
109+
95110
# Linux 32-bit
96111
libretro-build-linux-i686:
97112
extends:

0 commit comments

Comments
 (0)