projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2cc563
)
automation: fix typo in .gcc-tmpl
author
Anthony PERARD
<anthony.perard@citrix.com>
Thu, 21 Jul 2022 12:45:59 +0000
(13:45 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 21 Jul 2022 19:42:40 +0000
(20:42 +0100)
The name of the field doesn't matter because it's use as a YAML achor,
but it's nicer to have the proper spelling.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/gitlab-ci/build.yaml
patch
|
blob
|
history
diff --git
a/automation/gitlab-ci/build.yaml
b/automation/gitlab-ci/build.yaml
index 72f2a317ac84b2e244b87c8ca56438b72f9cd12e..5eb7312754ab0abe0087b4795fc70c423312f4ae 100644
(file)
--- a/
automation/gitlab-ci/build.yaml
+++ b/
automation/gitlab-ci/build.yaml
@@
-17,7
+17,7
@@
- /^stable-.*/
.gcc-tmpl:
- variabes: &gcc
+ variab
l
es: &gcc
CC: gcc
CXX: g++