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
Replace obsolescent egrep with grep -E in lint script
Replace deprecated egrep command with the modern equivalent 'grep -E'
to eliminate warnings about egrep being obsolescent. This improves
the lint script output clarity without changing functionality.
Also add codegen-backend override to prevent cranelift conflicts
from parent directory configurations, ensuring rust-gpu builds
with the required LLVM backend.
0 commit comments