[Git][ghc/ghc][wip/memory-barriers] another trace
Matthew Pickering
gitlab at gitlab.haskell.org
Fri Jun 7 14:17:14 UTC 2019
Matthew Pickering pushed to branch wip/memory-barriers at Glasgow Haskell Compiler / GHC
Commits:
43f83dcc by Matthew Pickering at 2019-06-07T14:17:04Z
another trace
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -17,12 +17,12 @@ before_script:
stages:
- lint # Source linting
- - build # A quick smoke-test to weed out broken commits
- - full-build # Build all the things
- - cleanup # See Note [Cleanup after the shell executor]
- - packaging # Source distribution, etc.
- - hackage # head.hackage testing
- - deploy # push documentation
+ # - build # A quick smoke-test to weed out broken commits
+ #- full-build # Build all the things
+ #- cleanup # See Note [Cleanup after the shell executor]
+ #- packaging # Source distribution, etc.
+ #- hackage # head.hackage testing
+ #- deploy # push documentation
.only-default: &only-default
only:
@@ -55,6 +55,7 @@ ghc-linters:
script:
- echo "Linting changes between $CI_MERGE_REQUEST_TARGET_BRANCH_NAME..$CI_COMMIT_SHA"
- git fetch "$CI_MERGE_REQUEST_PROJECT_URL" $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
+ - git merge-base FETCH_HEAD $CI_COMMIT_SHA
- base="$(git merge-base FETCH_HEAD $CI_COMMIT_SHA)"
- "echo Merge base $base"
# - validate-commit-msg .git $(git rev-list $base..$CI_COMMIT_SHA)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/43f83dccc1674dee8db386cd0c82697f4d39ea18
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/43f83dccc1674dee8db386cd0c82697f4d39ea18
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190607/01b6ce2d/attachment-0001.html>
More information about the ghc-commits
mailing list