Skip to content
Snippets Groups Projects
Commit b0f1f845 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

No aarch64 sbbs build

Now that I've upgraded my RPi 400 to aarch64, it turns out aarch64
isn't supported by Spidermoney or the libffi it ships with, so
there's no easy way to make it build.

Untill Spidermonkey is updated, there's just no reasonable way to
build on aarch64.
parent 9ef4042c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4457 passed
...@@ -23,22 +23,6 @@ sbbs-linux: ...@@ -23,22 +23,6 @@ sbbs-linux:
- "src/sbbs3/*.lib.release/*" - "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*" - "src/sbbs3/*/*.exe.release/*"
sbbs-raspian:
tags: [RaspberryPi]
image: gcc
stage: build
extends: .rules
script:
- cd src/sbbs3
- make RELEASE=1 all
- make RELEASE=1 gtkutils
artifacts:
name: sbbs-linux-x64
paths:
- "src/sbbs3/*.exe.release/*"
- "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*"
sexpots-linux: sexpots-linux:
tags: [Linux] tags: [Linux]
image: gcc image: gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment