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)
Sat, Feb 1, 1:07 PM
Unknown Object (File)
Sun, Jan 26, 4:47 PM
Unknown Object (File)
Fri, Jan 24, 5:58 PM
Unknown Object (File)
Tue, Jan 21, 10:37 PM
Unknown Object (File)
Mon, Jan 20, 5:59 AM
Unknown Object (File)
Sat, Jan 18, 9:16 PM
Unknown Object (File)
Thu, Jan 16, 8:47 PM
Unknown Object (File)
Sat, Jan 11, 3:58 PM
Subscribers

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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)?