Skip to content

Commit

Permalink
ci: Remove GitHub dist action
Browse files Browse the repository at this point in the history
There's already an official distribution from the official
website using a more stable environment, keep using that one.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
  • Loading branch information
freddy77 committed Dec 27, 2024
1 parent 06cd4f9 commit 6f78c59
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,33 +127,3 @@ jobs:
src/odbc/unittests/test-suite.log
src/apps/unittests/test-suite.log
/tmp/freetds/*
dist:

runs-on: ubuntu-latest
needs: build

steps:

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends \
autoconf automake libtool gettext gperf \
- name: configure
run: |
autoreconf -i
./configure
- name: make dist
run: make dist

- name: Archive archives
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: dist
path: freetds-*.tar.*
overwrite: true

0 comments on commit 6f78c59

Please sign in to comment.