-
-
Notifications
You must be signed in to change notification settings - Fork 220
fix: disable temporary Nix checks on aarch64-linux #1930
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
Conversation
ade0ec6 to
80b510f
Compare
| if system == "aarch64-linux" then | ||
| { } | ||
| else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's a bit of a hack ... the idea is indeed to revert it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yvan-sraka totally understood thanks for giving us a temporary way to do it!
| if system == "aarch64-linux" then | ||
| { } | ||
| else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yvan-sraka totally understood thanks for giving us a temporary way to do it!
* origin/develop: chore: bump Wrappers version to 0.5.7 (#1945) chore: bump versions (#1949) Revert "docs: create an automated changlog file that shows up in release file…" (#1948) chore: remove precreated Storage objects (#1911) refactor: Move PostgreSQL auto_explain config to conf.d (#1943) docs: create an automated changlog file that shows up in release files (#1793) fix: removing dead nix code (#1946) docs: expansion to help understand anatomy and code api in user here (#1944) fix: try to use mirror fallbacks for docker images (#1942) feat: need this workflow present to test (#1941) feat: Add PostgreSQL conf.d directory (#1929) [jj-spr] initial version (#1866) chore: upgrade supabase-admin-agent (#1935) fix: garbage collect after every profile intall + remove osquery (#1938) fix(ci): limit max-jobs of nix to 8 to prevent OOM while running nix flake check (#1933) Revert "fix: disable temporary Nix checks on aarch64-linux" (#1934) fix: adaptive retry on aws (#1917) fix: disable temporary Nix checks on aarch64-linux (#1930) feat: release orioledb with rewind functionality (#1880) feat: reduciton of closure size for plv8 (#1925)
The purpose is to unblock jobs like https://github.com/supabase/postgres/actions/runs/19473229950/job/55813935552?pr=1927, this change should be reverted by #1745.