Projects STRLCPY got-your-back Commits 35238a3c
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 42 lines
    43 43   jid: 5
    44 44   goal: build
    45 45   arch: aarch64
    46  - - os: ubuntu-20.04
     46 + - os: ubuntu-22.04
    47 47   goal: test
    48 48   python: 3.8
    49 49   jid: 7
    50  - - os: ubuntu-20.04
     50 + - os: ubuntu-22.04
    51 51   goal: test
    52 52   python: 3.9
    53 53   jid: 8
    54  - - os: ubuntu-20.04
     54 + - os: ubuntu-22.04
    55 55   goal: test
    56 56   python: 3.11-dev
    57 57   jid: 9
    skipped 293 lines
    351 351   tar cfJ $GYB_ARCHIVE gyb/
    352 352   
    353 353   - name: Linux install patchelf/staticx
    354  - if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test'
     354 + if: runner.os == 'Linux' && matrix.goal != 'test'
    355 355   run: |
    356 356   "${PYTHON}" -m pip install --upgrade patchelf-wrapper
    357 357   "${PYTHON}" -m pip install --upgrade staticx
    358 358   
    359 359   - name: Linux Make Static GYB
    360  - if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test'
     360 + if: runner.os == 'Linux' && matrix.goal != 'test'
    361 361   run: |
    362 362   $PYTHON -m staticx gyb/gyb gyb/gyb-staticx
    363 363  
    364 364   - name: Linux Run StaticX-ed GYB
    365  - if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test'
     365 + if: runner.os == 'Linux' && matrix.goal != 'test'
    366 366   run: |
    367 367   gyb/gyb-staticx --version
    368 368   mv gyb/gyb-staticx gyb/gyb
    369 369   
    370 370   - name: Linux package staticx GYB
    371  - if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test'
     371 + if: runner.os == 'Linux' && matrix.goal != 'test'
    372 372   run: |
    373 373   GYB_ARCHIVE="gyb-${GYBVERSION}-linux-x86_64-legacy.tar.xz"
    374 374   tar cfJ $GYB_ARCHIVE gyb/
    skipped 99 lines
Please wait...
Page is in error, reload to recover