Page MenuHomeFreeBSD

lang/zig: update to 0.12.0
ClosedPublic

Authored by bsd_orsolic.org on Apr 30 2024, 4:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 24, 6:28 PM
Unknown Object (File)
Thu, Dec 19, 12:34 AM
Unknown Object (File)
Wed, Dec 11, 2:09 AM
Unknown Object (File)
Fri, Dec 6, 7:12 PM
Unknown Object (File)
Wed, Dec 4, 9:04 AM
Unknown Object (File)
Nov 25 2024, 10:24 AM
Unknown Object (File)
Oct 18 2024, 12:16 PM
Unknown Object (File)
Oct 7 2024, 5:06 AM
Subscribers

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bsd_orsolic.org created this revision.

Tested with native (x86-64) and cross compilation (RISC-V).

Do you mean it's tested on RISC-V? If so should we update ONLY_FOR_ARCHS field?

Tested with native (x86-64) and cross compilation (RISC-V).

Do you mean it's tested on RISC-V? If so should we update ONLY_FOR_ARCHS field?

I tested it with cross-compilation to RISC-V (32 bit MCU, ESP32-C3 chip). Compiler ran on x86-64 computer. I don't have RISC-V FreeBSD capable hardware.

Tested with native (x86-64) and cross compilation (RISC-V).

Do you mean it's tested on RISC-V? If so should we update ONLY_FOR_ARCHS field?

I tested it with cross-compilation to RISC-V (32 bit MCU, ESP32-C3 chip). Compiler ran on x86-64 computer. I don't have RISC-V FreeBSD capable hardware.

Ok, if you want to test zig on FreeBSD, I would recommend building riscv64 and testing with the emulator like qemu-system-riscv64 (emulators/qemu) and spike (emulators/riscv-isa-sim)

Also, this isn't built cleanly in poudriere: https://gist.github.com/lwhsu/cfcbd8881d7a7b745178dcba11568ec6
Please check and fix. Thanks!

Diff updated. Now poudriere doesn't report errors in pkg-plist.
Do you know why stage-qa doesn't report errors, but when run in poudriere it does (with first version of the diff)?