File tree 1 file changed +25
-21
lines changed 1 file changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -331,27 +331,31 @@ jobs:
331
331
- run : bundle exec rake compile -- ${{matrix.flags}}
332
332
- run : bundle exec rake test
333
333
334
- bsd :
335
- continue-on-error : true # we're seeing VMs hang and fail the whole workflow
336
- needs : ["basic"]
337
- strategy :
338
- fail-fast : false
339
- matrix :
340
- sys : ["enable", "disable"]
341
- runs-on : macos-12
342
- steps :
343
- - uses : actions/checkout@v4
344
- with :
345
- submodules : true
346
- - uses : vmactions/freebsd-vm@v0
347
- with :
348
- usesh : true
349
- prepare : pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git
350
- run : |
351
- gem install bundler
352
- bundle install --local || bundle install
353
- bundle exec rake compile -- --${{matrix.sys}}-system-libraries
354
- bundle exec rake test
334
+ # # commented out because the BSD builds are hanging/failing so often
335
+ # # see these upstream issues:
336
+ # # - https://github.com/vmactions/freebsd-vm/issues/68
337
+ # # - https://github.com/vmactions/freebsd-vm/issues/74
338
+ # bsd:
339
+ # continue-on-error: true # we're seeing VMs hang and fail the whole workflow
340
+ # needs: ["basic"]
341
+ # strategy:
342
+ # fail-fast: false
343
+ # matrix:
344
+ # sys: ["enable", "disable"]
345
+ # runs-on: macos-12
346
+ # steps:
347
+ # - uses: actions/checkout@v4
348
+ # with:
349
+ # submodules: true
350
+ # - uses: vmactions/freebsd-vm@v0
351
+ # with:
352
+ # usesh: true
353
+ # prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git
354
+ # run: |
355
+ # gem install bundler
356
+ # bundle install --local || bundle install
357
+ # bundle exec rake compile -- --${{matrix.sys}}-system-libraries
358
+ # bundle exec rake test
355
359
356
360
#
357
361
# SECTION let's look for memory leaks
You can’t perform that action at this time.
0 commit comments