Robert Waffen

Results 70 comments of Robert Waffen

hmpf... tried to somehow get the puppet gem into the load path or install somehow an agent but nope. not today. stuck with. ``` Execution error (LoadError) at org.jruby.RubyKernel/require (org/jruby/RubyKernel.java:1184)....

container build works, container can be run. build is still a bit messy. have to clean up a bit, before this is ready to merge

it can be build, but fails to start. ```shell docker run -it --rm -p 3000:3000 -e DEVELOP=1 -e SECRET_KEY_BASE=9dea7603c008dec285e4b231602a00b2 hdm-local ``` ```shell rake aborted! LoadError: cannot load such file --...

oh nice.... i got it change the error to a segmentation fault XD ``` /usr/local/bundle/gems/sass-embedded-1.77.8-aarch64-linux-musl/ext/sass/embedded_sass_pb.rb:11: [BUG] Segmentation fault at 0x0000000000003ca0 ruby 3.3.4 (2024-07-09 revision be1089c8ec) +YJIT [aarch64-linux-musl] -- Control frame...

ahhh dang it :( https://github.com/sass/dart-sass-embedded/issues/85

Pre-built protobuf gems were causing segmentation faults on Alpine Linux. Building the gem directly on the Alpine system resolved the issue. Fixing it was adding this to the Gemfile: `gem...

@oneiros what do you think about the fix, setting the `force_ruby_platform: true` flag in the Gemfile?

i think i will do a release before merging this, and then a new release after the merge with a major bump because we completely change the underlying structure of...