Page MenuHomeFreeBSD

Add arm64 tier 1 to relnotes
ClosedPublic

Authored by emaste on Apr 9 2021, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 21, 1:00 PM
Unknown Object (File)
Tue, Jan 21, 1:00 PM
Unknown Object (File)
Tue, Jan 21, 1:00 PM
Unknown Object (File)
Tue, Jan 21, 8:31 AM
Unknown Object (File)
Nov 27 2024, 2:45 AM
Unknown Object (File)
Nov 17 2024, 12:53 AM
Unknown Object (File)
Nov 16 2024, 1:37 AM
Unknown Object (File)
Nov 11 2024, 12:58 PM
Subscribers

Details

Summary

Unfortunately I'm unable to test this locally at the moment,

Start building sites … 
ERROR 2021/04/09 12:14:26 about.adoc: asciidoctor: FAILED: 'man-macro' could not be loaded
ERROR 2021/04/09 12:14:26 about.adoc: Use --trace for backtrace
ERROR 2021/04/09 12:14:26 /usr/local/bin/asciidoctor rendering about.adoc: exit status 1
ERROR 2021/04/09 12:14:26 applications.adoc: asciidoctor: FAILED: 'man-macro' could not be loaded
ERROR 2021/04/09 12:14:26 applications.adoc: Use --trace for backtrace
...

but wanted to post it here for review/discussion while getting that sorted out.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Apr 9 2021, 4:16 PM
emaste created this revision.
gjb added a subscriber: gjb.

FWIW, it builds fine for me. Please go ahead.

This revision is now accepted and ready to land.Apr 9 2021, 4:25 PM

Sigh, doc build problem is I was running hugo serve from the cmdline not via the Makefile, and RUBYLIB = ../shared/lib was not set.

This revision was automatically updated to reflect the committed changes.