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

chore: use latest stable nixpkgs globally #137

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Aug 8, 2024

An old nixpkgs still persists because of pathod, item 2 on #106. Item 3 (old openresty) on the same issue is solved though.

This is required to clear the GLIBC issue on #136 (comment)

- Add echo module to nginx
- Remove unused valgrind
- Remove nixops as it's incompatible with this nixpkgs version
@steve-chavez steve-chavez marked this pull request as ready for review August 8, 2024 06:15
@@ -12,7 +12,8 @@ def test_get_bad_url(sess):
select net.http_get('localhost:8888');
"""
))
assert "URL using bad/illegal format or missing URL" in str(execinfo)
assert r"Couldn\'t resolve proxy name" in str(execinfo)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error message changes because of the new libcurl version.

@steve-chavez steve-chavez merged commit 4e2b9f2 into supabase:master Aug 8, 2024
5 checks passed
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