doesn't work yet

needs https://github.com/teaxyz/cli/issues/497
This commit is contained in:
Jacob Heider 2023-04-01 00:52:23 -04:00
parent 7fd6ab99e1
commit b010995fb8
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB
2 changed files with 8 additions and 1 deletions

View file

@ -15,6 +15,10 @@ versions:
runtime:
env:
SSL_CERT_FILE: ${{prefix}}/ssl/cert.pem
# FIXME: this should go into git-scm.org
# once https://github.com/teaxyz/cli/issues/497
# is resolved
GIT_SSL_CAINFO: ${{prefix}}/ssl/cert.pem
build:
dependencies:

View file

@ -16,7 +16,10 @@ dependencies:
runtime:
env:
GIT_TEMPLATE_DIR: '{{prefix}}/share/git-core/templates'
GIT_SSL_CAINFO: ${{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem
# FIXME: this should work once
# https://github.com/teaxyz/cli/issues/497
# is resolved
# GIT_SSL_CAINFO: ${{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem
build:
dependencies: