Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jules Jacobs
Iris
Commits
ad3a71bf
Commit
ad3a71bf
authored
Mar 18, 2020
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-all: fix lambda-rust weak_mem branch
parent
b815eba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build-all
build-all
+2
-2
No files found.
build-all
View file @
ad3a71bf
...
...
@@ -22,13 +22,13 @@ GITLAB_TOKEN = os.environ["GITLAB_TOKEN"]
PROJECTS
=
[
{
'name'
:
'examples'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'lambda-rust'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'lambda-rust'
,
'branch'
:
'
ci
/weak_mem'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
,
'ORC11_REV'
,
'GPFSL_REV'
]
},
# covers GPFSL and ORC11
{
'name'
:
'lambda-rust'
,
'branch'
:
'
masters
/weak_mem'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
,
'ORC11_REV'
,
'GPFSL_REV'
]
},
# covers GPFSL and ORC11
{
'name'
:
'iron'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'ora'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'reloc'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'c'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'tutorial-popl18'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'spygame'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
# these do not work, for some reason
{
'name'
:
'spygame'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'time-credits'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
{
'name'
:
'actris'
,
'branch'
:
'master'
,
'vars'
:
[
'STDPP_REV'
,
'IRIS_REV'
]
},
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment