Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
Cabal
Commits
5aa8afd4
Commit
5aa8afd4
authored
1 year ago
by
andreas.abel
Browse files
Options
Downloads
Patches
Plain Diff
CI quick-jobs: entirely wipe ghcup directory rights workaround
parent
947860a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/quick-jobs.yml
+0
-10
0 additions, 10 deletions
.github/workflows/quick-jobs.yml
with
0 additions
and
10 deletions
.github/workflows/quick-jobs.yml
+
0
−
10
View file @
5aa8afd4
...
...
@@ -27,16 +27,6 @@ jobs:
gen-spdx-exc
# This job is not run in a container, any recent GHC should be fine
steps
:
# OBSOLETE: workaround to fix ghcup directory rights.
# # See https://github.com/haskell/cabal/pull/8739
# - name: Sudo chmod to permit ghcup to update its cache
# if: runner.os == 'Linux'
# run: |
# sudo ls -lah /usr/local/.ghcup/cache
# sudo mkdir -p /usr/local/.ghcup/cache
# sudo ls -lah /usr/local/.ghcup/cache
# sudo chown -R "${USER}" /usr/local/.ghcup
# sudo chmod -R 777 /usr/local/.ghcup
# SKIP installation of ghc and cabal and use the preinstalled versions.
# - name: ghcup
# run: |
...
...
This diff is collapsed.
Click to expand it.
andreas.abel
@trac-andreas.abel
mentioned in commit
f2db4479
·
10 months ago
mentioned in commit
f2db4479
mentioned in commit f2db4479063bc98637b9f3cc29be270a0b4b497d
Toggle commit list
Mikolaj Konarski
@Mikolaj
mentioned in commit
f2999b3c
·
10 months ago
mentioned in commit
f2999b3c
mentioned in commit f2999b3c89ccfe081fdeae26e475b315e842e746
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment