mirror of
https://github.com/inspec/inspec
synced 2024-11-22 04:33:09 +00:00
Ruby 3.1 support: Adds ucrt platform to resolve windows omnibus build. (#6381)
* 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>
This commit is contained in:
parent
a31d6c0134
commit
6ec5c5020f
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue