mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
Force amd64 for CI builds.
This commit is contained in:
parent
a8ce645ab0
commit
84d6f977e7
@ -37,6 +37,12 @@ variables:
|
|||||||
paths:
|
paths:
|
||||||
- artifacts/
|
- artifacts/
|
||||||
|
|
||||||
|
|
||||||
|
# This template is used for x86-64 builds.
|
||||||
|
.x86-64-template: &x86-64-template
|
||||||
|
tags:
|
||||||
|
- amd64
|
||||||
|
|
||||||
# This template should be usable on any system that's based on apt.
|
# This template should be usable on any system that's based on apt.
|
||||||
.apt-template: &apt-template |
|
.apt-template: &apt-template |
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
@ -57,6 +63,7 @@ variables:
|
|||||||
# This template sets us up for Debian system in particular.
|
# This template sets us up for Debian system in particular.
|
||||||
.debian-template: &debian-template
|
.debian-template: &debian-template
|
||||||
<<: *artifacts-template
|
<<: *artifacts-template
|
||||||
|
<<: *x86-64-template
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_FRONTEND: "noninteractive"
|
DEBIAN_FRONTEND: "noninteractive"
|
||||||
# TODO: Using "cache" in this way speeds up our downloads. It would be
|
# TODO: Using "cache" in this way speeds up our downloads. It would be
|
||||||
|
Loading…
Reference in New Issue
Block a user