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
F115152941: D45024.id138255.diff
Sun, Apr 20, 11:29 PM
F115150945: D45024.id137869.diff
Sun, Apr 20, 11:04 PM
F115150012: D45024.id137869.diff
Sun, Apr 20, 10:51 PM
F115149190: D45024.id138255.diff
Sun, Apr 20, 10:44 PM
F115147150: D45024.diff
Sun, Apr 20, 10:19 PM
Unknown Object (File)
Sun, Apr 20, 1:05 AM
Unknown Object (File)
Thu, Apr 17, 9:53 AM
Unknown Object (File)
Mon, Apr 14, 8:48 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)?