mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
gitlab-ci: include flags to make reproducible builds
* https://github.com/golang/go/issues/33772
This commit is contained in:
parent
1318b6a9ec
commit
51f2c026fd
2 changed files with 10 additions and 7 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -7,7 +7,8 @@ configfile = YAML.load_file(File.join(srvpath, "/.gitlab-ci.yml"))
|
|||
remote_url = 'https://git.torproject.org/pluggable-transports/snowflake.git'
|
||||
|
||||
# set up essential environment variables
|
||||
env = configfile['android']['variables']
|
||||
env = configfile['variables']
|
||||
env = env.merge(configfile['android']['variables'])
|
||||
env['CI_PROJECT_DIR'] = '/builds/tpo/anti-censorship/pluggable-transports/snowflake'
|
||||
env_file = Tempfile.new('env')
|
||||
File.chmod(0644, env_file.path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue