Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-atomic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Dan Frumin
iris-atomic
Commits
edc8e522
Commit
edc8e522
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
looks like we need to fix the coq-iris version for opam
parent
d4f830d7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
build/opam-ci.sh
+1
-1
1 addition, 1 deletion
build/opam-ci.sh
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
edc8e522
...
@@ -45,6 +45,6 @@ build-coq8.6.1:
...
@@ -45,6 +45,6 @@ build-coq8.6.1:
build-iris.dev
:
build-iris.dev
:
<<
:
*template
<<
:
*template
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.6.1
coq-mathcomp-ssreflect
version
1.6.1
coq-iris
git
https://gitlab.mpi-sws.org/FP/iris-coq.git#master"
OPAM_PINS
:
"
coq
version
8.6.1
coq-mathcomp-ssreflect
version
1.6.1
coq-iris
.dev
git
https://gitlab.mpi-sws.org/FP/iris-coq.git#master"
only
:
only
:
-
triggers
-
triggers
This diff is collapsed.
Click to expand it.
build/opam-ci.sh
+
1
−
1
View file @
edc8e522
...
@@ -51,7 +51,7 @@ while (( "$#" )); do # while there are arguments left
...
@@ -51,7 +51,7 @@ while (( "$#" )); do # while there are arguments left
VERSION
=
"
$1
"
;
shift
VERSION
=
"
$1
"
;
shift
# Check if the pin is already set
# Check if the pin is already set
PIN
=
$(
opam pin list | egrep
"^
$PACKAGE
\.
"
)
PIN
=
$(
opam pin list | egrep
"^
$PACKAGE
[. ]
"
)
if
[[
"
$(
echo
"
$PIN
"
|
cut
-d
' '
-f
2
)
"
==
"
$KIND
"
&&
"
$(
echo
"
$PIN
"
|
cut
-d
' '
-f
3
)
"
==
"
$VERSION
"
]]
;
then
if
[[
"
$(
echo
"
$PIN
"
|
cut
-d
' '
-f
2
)
"
==
"
$KIND
"
&&
"
$(
echo
"
$PIN
"
|
cut
-d
' '
-f
3
)
"
==
"
$VERSION
"
]]
;
then
echo
"[opam-ci]
$PACKAGE
already
$KIND
-pinned to
$VERSION
"
echo
"[opam-ci]
$PACKAGE
already
$KIND
-pinned to
$VERSION
"
else
else
...
...
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