Commit b8f7e16 1 parent 141c2ac commit b8f7e16 Copy full SHA for b8f7e16
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 @@ -318,27 +318,31 @@ jobs:
318
318
- run : bundle exec rake compile -- ${{matrix.flags}}
319
319
- run : bundle exec rake test
320
320
321
- bsd :
322
- continue-on-error : true # we're seeing VMs hang and fail the whole workflow
323
- needs : ["basic"]
324
- strategy :
325
- fail-fast : false
326
- matrix :
327
- sys : ["enable", "disable"]
328
- runs-on : macos-12
329
- steps :
330
- - uses : actions/checkout@v3
331
- with :
332
- submodules : true
333
- - uses : vmactions/freebsd-vm@v0
334
- with :
335
- usesh : true
336
- prepare : pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git
337
- run : |
338
- gem install bundler
339
- bundle install --local || bundle install
340
- bundle exec rake compile -- --${{matrix.sys}}-system-libraries
341
- bundle exec rake test
321
+ # # commented out because the BSD builds are hanging/failing so often
322
+ # # see these upstream issues:
323
+ # # - https://github.com/vmactions/freebsd-vm/issues/68
324
+ # # - https://github.com/vmactions/freebsd-vm/issues/74
325
+ # bsd:
326
+ # continue-on-error: true # we're seeing VMs hang and fail the whole workflow
327
+ # needs: ["basic"]
328
+ # strategy:
329
+ # fail-fast: false
330
+ # matrix:
331
+ # sys: ["enable", "disable"]
332
+ # runs-on: macos-12
333
+ # steps:
334
+ # - uses: actions/checkout@v4
335
+ # with:
336
+ # submodules: true
337
+ # - uses: vmactions/freebsd-vm@v0
338
+ # with:
339
+ # usesh: true
340
+ # prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git
341
+ # run: |
342
+ # gem install bundler
343
+ # bundle install --local || bundle install
344
+ # bundle exec rake compile -- --${{matrix.sys}}-system-libraries
345
+ # bundle exec rake test
342
346
343
347
#
344
348
# SECTION let's look for memory leaks
You can’t perform that action at this time.
0 commit comments