mirror of
https://github.com/inspec/inspec
synced 2025-03-03 23:07:15 +00:00
Foreport-6381 (#6451)
* Adds the ucrt platform support for Windows Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> * Adds the environment variable to ignore artifactory proxy as some gem are getting 500 error when tries to download from artifactory Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> --------- Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> Co-authored-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
805beb9955
commit
30e60bb446
2 changed files with 2 additions and 0 deletions
.expeditor
|
@ -23,6 +23,7 @@ pipelines:
|
|||
# The git cache is corrupt more often than not. This always purges the cache.
|
||||
# https://chefio.atlassian.net/wiki/spaces/RELENGKB/pages/2204336129/Resolving+git+cache+build+errors+in+Omnibus
|
||||
- EXPIRE_CACHE: 1
|
||||
- IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems like ffi.
|
||||
- omnibus/adhoc:
|
||||
definition: .expeditor/release.omnibus.yml
|
||||
env:
|
||||
|
|
|
@ -7,6 +7,7 @@ fips-platforms:
|
|||
- el-*-x86_64
|
||||
- windows-*
|
||||
- ubuntu-*-x86_64
|
||||
windows-64-msystem: UCRT64
|
||||
builder-to-testers-map:
|
||||
debian-9-x86_64:
|
||||
- debian-9-x86_64
|
||||
|
|
Loading…
Add table
Reference in a new issue