Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Simcha van Collem
Iris
Commits
1e3772f0
Commit
1e3772f0
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
try to fix opam
parent
6f58f693
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
build/opam-ci.sh
+2
-1
2 additions, 1 deletion
build/opam-ci.sh
with
2 additions
and
1 deletion
build/opam-ci.sh
+
2
−
1
View file @
1e3772f0
...
@@ -14,7 +14,8 @@ if test $(find "$OPAMROOT/repo/package-index" -mtime +0); then
...
@@ -14,7 +14,8 @@ if test $(find "$OPAMROOT/repo/package-index" -mtime +0); then
# last update was more than a day ago
# last update was more than a day ago
opam update
opam update
else
else
echo
"[opam-ci] Not updating opam."
# only update iris-dev
test
-d
"
$OPAMROOT
/repo/iris-dev"
&&
opam update iris-dev
fi
fi
test
-d
"
$OPAMROOT
/repo/coq-extra-dev"
&&
opam repo remove coq-extra-dev
test
-d
"
$OPAMROOT
/repo/coq-extra-dev"
&&
opam repo remove coq-extra-dev
test
-d
"
$OPAMROOT
/repo/coq-core-dev"
||
opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
-p
5
test
-d
"
$OPAMROOT
/repo/coq-core-dev"
||
opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
-p
5
...
...
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