Skip to content

When tarball is created with a long filename with size of 512 or multiples of 512, GNU tar is raising tar: A lone zero block at #7

When tarball is created with a long filename with size of 512 or multiples of 512, GNU tar is raising tar: A lone zero block at

When tarball is created with a long filename with size of 512 or multiples of 512, GNU tar is raising tar: A lone zero block at #7

Workflow file for this run

name: Ruby CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
ruby-ci:
name: Ruby ${{ matrix.ruby }} - ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os:
- ubuntu-20.04
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- head
- jruby
- jruby-head
- truffleruby
- truffleruby-head
- truffleruby+graalvm
- truffleruby+graalvm-head
include:
- ruby: head
continue-on-error: true
- ruby: jruby-head
continue-on-error: true
- os: windows-latest
ruby: mingw
- os: windows-latest
ruby: mswin
- os: macos-latest
ruby: '2.7'
- os: macos-latest
ruby: '3.0'
- os: macos-latest
ruby: '3.1'
- os: macos-latest
ruby: '3.1'
- os: ubuntu-22.04
ruby: head
continue-on-error: true
- os: ubuntu-22.04
ruby: '3.1'
- os: ubuntu-22.04
ruby: '3.2'
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.continue-on-error || false }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec ruby -S rake test --trace
- run: bundle exec standardrb