Skip to content

Commit

Permalink
remove ubuntu2004 for now, and fix build env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 22, 2023
1 parent 7214086 commit 1b316f1
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,15 @@ jobs:
- wwiv-build-number
strategy:
matrix:
os: [windows-latest, ubuntu-20.04, ubuntu-22.04]
os:
- windows-latest
# - ubuntu-20.04
- ubuntu-22.04
include:
- os: ubuntu-20.04
lib_suffix: so
archive_suffix: tar.gz
wwiv_distro: linux-ubuntu2004
# - os: ubuntu-20.04
# lib_suffix: so
# archive_suffix: tar.gz
# wwiv_distro: linux-ubuntu2004
- os: ubuntu-22.04
lib_suffix: so
wwiv_distro: linux-ubuntu2204
Expand Down Expand Up @@ -98,9 +101,9 @@ jobs:
run: |
echo BUILD_NUMBER=${{needs.wwiv-build-number.outputs.build_number}} >> "$GITHUB_ENV"
echo WWIV_DISTRO=${{ matrix.wwiv_distro }} >> "$GITHUB_ENV"
echo WWIV_RELEASE=${{ env.WWIV_RELEASE }} >> "$GITHUB_ENV"
echo WWIV_FULL_RELEASE="${{ env.WWIV_RELEASE }}.${{ env.BUILD_NUMBER }}" >> "$GITHUB_ENV"
echo WWIV_RELEASE_ARCHIVE_FILE=wwiv-${{ matrix.wwiv_distro }}-${{ env.WWIV_RELEASE }}.${{ env.BUILD_NUMBER }}.${{ matrix.archive_suffix }} >> "$GITHUB_ENV"
# echo WWIV_RELEASE=${{ env.WWIV_RELEASE }} >> "$GITHUB_ENV"
echo WWIV_FULL_RELEASE="${{ env.WWIV_RELEASE }}.${{needs.wwiv-build-number.outputs.build_number}}" >> "$GITHUB_ENV"
echo WWIV_RELEASE_ARCHIVE_FILE=wwiv-${{ matrix.wwiv_distro }}-${{ env.WWIV_RELEASE }}.${{needs.wwiv-build-number.outputs.build_number}}.${{ matrix.archive_suffix }} >> "$GITHUB_ENV"
echo CMAKE_BINARY_DIR='${{ github.workspace }}/_build' >> "$GITHUB_ENV"
echo WWIV_RELEASE_DIR='${{ github.workspace }}/_build/release' >> "$GITHUB_ENV"
Expand Down

0 comments on commit 1b316f1

Please sign in to comment.