Skip to content

Commit 9d42fbb

Browse files
author
Sarunas Gincas
committed
Remove autotools from integration tests
1 parent 7a627ee commit 9d42fbb

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -516,63 +516,6 @@ jobs:
516516
517517
${SCCACHE_PATH} --show-stats | grep -e "Cache hits\s*[1-9]"
518518
519-
520-
autotools:
521-
runs-on: ubuntu-latest
522-
needs: build
523-
524-
env:
525-
SCCACHE_GHA_ENABLED: "on"
526-
527-
steps:
528-
- uses: actions/checkout@v4
529-
530-
- name: Configure Cache Env
531-
uses: actions/github-script@v7
532-
with:
533-
script: |
534-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
535-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
536-
537-
- uses: actions/download-artifact@v4
538-
with:
539-
name: integration-tests
540-
path: /home/runner/.cargo/bin/
541-
- name: Chmod for binary
542-
run: chmod +x ${SCCACHE_PATH}
543-
544-
- name: Install dependencies
545-
shell: bash
546-
run: |
547-
## Install dependencies
548-
sudo apt-get update
549-
sudo apt-get install autoconf automake libtool
550-
551-
- name: Test
552-
run: |
553-
cd `pwd`/tests/autotools/
554-
autoreconf||true
555-
automake --add-missing
556-
./configure CXX="${SCCACHE_PATH} g++"
557-
make
558-
559-
- name: Output
560-
run: |
561-
${SCCACHE_PATH} --show-stats
562-
563-
- name: Test Twice for Cache Read
564-
run: |
565-
cd `pwd`/tests/autotools/
566-
make distclean
567-
./configure CXX="${SCCACHE_PATH} g++"
568-
make
569-
570-
- name: Output
571-
run: |
572-
${SCCACHE_PATH} --show-stats
573-
574-
${SCCACHE_PATH} --show-stats | grep -e "Cache hits\s*[1-9]"
575-
576519
cmake:
577520
runs-on: ubuntu-latest
578521
needs: build

0 commit comments

Comments
 (0)