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
Add support to Ubuntu 18.04 (rust-lang#393)
Issue: Our python scripts use python 3.8+ while ubuntu 18.04 defaults
to python 3.6.
Changes:
* Change our scripts to use constructs available in older python versions.
* Modify workflows file to add ubuntu-18.04.
* Make ubuntu scripts generic.
* Change copyright check script to ignore directories and symbolic links to directories.
0 commit comments