diff options
Diffstat (limited to 'content/posts/openbsd-compiling-rakudo-star/index.org')
-rw-r--r-- | content/posts/openbsd-compiling-rakudo-star/index.org | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/content/posts/openbsd-compiling-rakudo-star/index.org b/content/posts/openbsd-compiling-rakudo-star/index.org index a86cb00..1d1942a 100644 --- a/content/posts/openbsd-compiling-rakudo-star/index.org +++ b/content/posts/openbsd-compiling-rakudo-star/index.org @@ -1,4 +1,4 @@ -#+TITLE: Compiling Rakudo Star 2020.02.1 on OpenBSD 6.7 +#+TITLE: Compiling Rakudo Star on OpenBSD 6.7 #+DATE: 2020-07-25T02:54:34-04:00 #+DRAFT: false #+DESCRIPTION: My process for compiling Rakudo Star on OpenBSD @@ -17,6 +17,26 @@ of this post dedicated to working around the failing downloads can now be ignored, and rstar now includes a warning if the user doesn't have a login class set. +*EDIT*: The updated version of Rakudo Star targets Rakudo 2020.07 +instead of 2020.02, which has uses even more memory than the staff +login class is allowed. You may need to edit =/etc/login.conf= and +change this line. +#+BEGIN_SRC diff +--- login.conf Wed Jul 29 17:54:15 2020 ++++ login.conf.new Wed Jul 29 17:54:38 2020 +@@ -71,7 +71,7 @@ + # Staff have fewer restrictions and can login even when nologins are set. + # + staff:\ +- :datasize-cur=1536M:\ ++ :datasize-cur=2536M:\ + :datasize-max=infinity:\ + :maxproc-max=512:\ + :maxproc-cur=256:\ +#+END_SRC + +@@html: <hr> @@ + I really enjoy using [[https://raku.org/][raku]] to write small scripts for system maintenance and text parsing. Its regex and grammar engine are next level! The problem with using it on OpenBSD is that the packaged |