Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Attempt to fix deploy stage #236

Merged
merged 1 commit into from
Oct 27, 2021
Merged

Conversation

tobil4sk
Copy link
Member

The deploy stage is currently failing (#235).

The error was <botocore.awsrequest.AWSRequest object at 0x7fb4b4706f40>. I did some research and I found these:

It seems that the issue is that aws is trying to figure out the region automatically which doesn't play well with azure. Setting the AWS_EC2_METADATA_DISABLED variable should disable this feature, and then hopefully it should deploy properly.

@tobil4sk
Copy link
Member Author

The Mac build is failing because curl cannot download: https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.3.tar.bz2
because:
curl: (60) SSL certificate problem: certificate has expired

Updating the environment to a newer version of Mac fixes this, however, it looks like newer versions use a different C compiler toolkit because updating it causes compilation to break. I think it could theoretically be possible to enable insecure downloads via curl however that would be more of a temporary fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants