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
Glasgow Haskell Compiler
Packages
Cabal
Commits
8d21e481
Commit
8d21e481
authored
4 years ago
by
Ben Gamari
Committed by
Oleg Grenrus
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update CI for bootstrapping
parent
2d235736
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/bootstrap.yml
+9
-19
9 additions, 19 deletions
.github/workflows/bootstrap.yml
templates/ci-bootstrap.template.yml
+9
-19
9 additions, 19 deletions
templates/ci-bootstrap.template.yml
with
18 additions
and
38 deletions
.github/workflows/bootstrap.yml
+
9
−
19
View file @
8d21e481
...
...
@@ -21,19 +21,13 @@ jobs:
name
:
Bootstrap on Linux
runs-on
:
ubuntu-18.04
steps
:
-
name
:
Set PATH
run
:
|
echo "::add-path::/opt/ghc/8.6.5/bin"
-
uses
:
actions/checkout@v2
-
name
:
bootstrap.sh
env
:
EXTRA_CONFIGURE_OPTS
:
"
"
-
name
:
bootstrap.py
run
:
|
cd cabal-install
sh ./bootstrap.sh --no-doc
python3 bootstrap/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap/linux-8.6.5.json
-
name
:
Smoke test
run
:
|
$HOME/.cabal
/bin/cabal --version
packages/tmp
/bin/cabal --version
boostrap-macos
:
name
:
Bootstrap on macOS
...
...
@@ -47,17 +41,13 @@ jobs:
cd ghc-*
./configure --prefix=/opt/ghc/8.6.5
sudo make install
-
name
:
Set PATH
run
:
|
echo "::add-path::/opt/ghc/8.6.5/bin"
echo "::add-path::$HOME/.cabal/bin"
-
uses
:
actions/checkout@v2
-
name
:
bootstrap.sh
env
:
EXTRA_CONFIGURE_OPTS
:
"
"
# We use linux dependencies
-
name
:
bootstrap.py
run
:
|
cd cabal-install
sh ./bootstrap.sh --no-doc
python3 bootstrap/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap/linux-8.6.5.json
-
name
:
Smoke test
run
:
|
$HOME/.cabal
/bin/cabal --version
packages/tmp
/bin/cabal --version
This diff is collapsed.
Click to expand it.
templates/ci-bootstrap.template.yml
+
9
−
19
View file @
8d21e481
...
...
@@ -21,19 +21,13 @@ jobs:
name
:
Bootstrap on Linux
runs-on
:
ubuntu-18.04
steps
:
-
name
:
Set PATH
run
:
|
echo "::add-path::/opt/ghc/8.6.5/bin"
-
uses
:
actions/checkout@v2
-
name
:
bootstrap.sh
env
:
EXTRA_CONFIGURE_OPTS
:
"
"
-
name
:
bootstrap.py
run
:
|
cd cabal-install
sh ./bootstrap.sh --no-doc
python3 bootstrap/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap/linux-8.6.5.json
-
name
:
Smoke test
run
:
|
$HOME/.cabal
/bin/cabal --version
packages/tmp
/bin/cabal --version
boostrap-macos
:
name
:
Bootstrap on macOS
...
...
@@ -47,17 +41,13 @@ jobs:
cd ghc-*
./configure --prefix=/opt/ghc/8.6.5
sudo make install
-
name
:
Set PATH
run
:
|
echo "::add-path::/opt/ghc/8.6.5/bin"
echo "::add-path::$HOME/.cabal/bin"
-
uses
:
actions/checkout@v2
-
name
:
bootstrap.sh
env
:
EXTRA_CONFIGURE_OPTS
:
"
"
# We use linux dependencies
-
name
:
bootstrap.py
run
:
|
cd cabal-install
sh ./bootstrap.sh --no-doc
python3 bootstrap/bootstrap.py -w /opt/ghc/8.6.5/bin/ghc -d bootstrap/linux-8.6.5.json
-
name
:
Smoke test
run
:
|
$HOME/.cabal
/bin/cabal --version
packages/tmp
/bin/cabal --version
This diff is collapsed.
Click to expand it.
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