@@ -363,56 +363,6 @@ jobs:
363
363
git submodule update --init --recursive --jobs 7
364
364
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestC"
365
365
366
- <<<<<<< HEAD
367
- - name : Show dependency tracking file
368
- if : ${{ always() }}
369
- run : cat community-build/dotty-community-build-deps || true
370
-
371
- community_build_forward_compat :
372
- runs-on : [self-hosted, Linux]
373
- container :
374
- image : lampepfl/dotty:2021-03-22
375
- options : --cpu-shares 4096
376
- volumes :
377
- - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
378
- - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
379
- - ${{ github.workspace }}/../../cache/general:/root/.cache
380
- if : " github.event_name == 'schedule' && github.repository == 'lampepfl/dotty'
381
- || (
382
- github.event_name == 'pull_request'
383
- && !contains(github.event.pull_request.body, '[skip ci]')
384
- && !contains(github.event.pull_request.body, '[skip community_build]')
385
- && contains(github.event.pull_request.body, '[test_forward_compat]')
386
- )
387
- || (
388
- github.event_name == 'workflow_dispatch'
389
- && github.repository == 'lampepfl/dotty'
390
- )"
391
-
392
- steps :
393
- - name : Reset existing repo
394
- run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
395
-
396
- - name : Checkout cleanup script
397
- uses : actions/checkout@v2
398
-
399
- - name : Cleanup
400
- run : .github/workflows/cleanup.sh
401
-
402
- - name : Git Checkout
403
- uses : actions/checkout@v2
404
-
405
- - name : Add SBT proxy repositories
406
- run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
407
-
408
- - name : Test
409
- run : |
410
- git submodule sync
411
- git submodule update --init --recursive --jobs 7
412
- ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestForwardCompat"
413
-
414
- =======
415
- >>>>>>> parent of e39b618f9a (-Yscala-release support: extend community build with basic forward-compat tests (compiling selected projects with "-Yscala-release 3.0"))
416
366
test_sbt :
417
367
runs-on : [self-hosted, Linux]
418
368
container :
@@ -512,11 +462,7 @@ jobs:
512
462
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
513
463
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
514
464
- ${{ github.workspace }}/../../cache/general:/root/.cache
515
- <<<<<<< HEAD
516
- needs : [test_non_bootstrapped, test, mima, community_build_a, community_build_b, community_build_c, community_build_forward_compat, test_sbt, test_java8]
517
- =======
518
465
needs : [test_non_bootstrapped, test, community_build_a, community_build_b, community_build_c, test_sbt, test_java8]
519
- >>>>>>> parent of e39b618f9a (-Yscala-release support: extend community build with basic forward-compat tests (compiling selected projects with "-Yscala-release 3.0"))
520
466
if : " (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'lampepfl/dotty'"
521
467
env :
522
468
NIGHTLYBUILD : yes
0 commit comments