You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: build Linux natively on Ubuntu 22.04 instead of cross
The cross image for x86_64-unknown-linux-gnu is still based on Ubuntu
20.04, whose gcc trips aws-lc-sys's compiler-bug check. Targeting
22.04 as the minimum supported glibc, a native build on
ubuntu-22.04 is simpler and sidesteps the cross container entirely.
Windows still uses cross since it's an actual cross-compile.
0 commit comments