Replies: 3 comments 11 replies
-
Sure. I will take a look. It is not clear for me what CPU it is. I guess it is still Intel? |
Beta Was this translation helpful? Give feedback.
-
If Elena FreeBSD doesn't need anything other than a base FreeBSD installation (given the GTK-based IDE is not yet available), I think you should consider cross compiling from Linux to FreeBSD. You can grab the FreeBSD installation tarball for sysroot. Clang is a cross compiler out of the box. You only need to tell it which platform you want to target and give it a correct sysroot. This will be much faster and thus consume less CI time than running a FreeBSD VM in Github Actions. |
Beta Was this translation helpful? Give feedback.
-
I've added a nightly build for FreeBSD, using a virtual machine. If there is simpler way I can look at it later. Thanks a lot for suggestions. It will be run once in two days. I think it will be enough to note if the build will fail. So for it is for AMD64. Later I could add support for ARM64 if there will be an interest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can you copy this workflow and adapt it for elena-lang?
https://github.com/SuperTux/supertux/blob/master/.github/workflows/bsd.yml
Beta Was this translation helpful? Give feedback.
All reactions