File tree 1 file changed +0
-57
lines changed
1 file changed +0
-57
lines changed Original file line number Diff line number Diff line change @@ -516,63 +516,6 @@ jobs:
516
516
517
517
${SCCACHE_PATH} --show-stats | grep -e "Cache hits\s*[1-9]"
518
518
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
-
576
519
cmake :
577
520
runs-on : ubuntu-latest
578
521
needs : build
You can’t perform that action at this time.
0 commit comments