facebookresearch / CompilerGym

Reinforcement learning environments for compiler and program optimization tasks
https://compilergym.ai/
MIT License
906 stars 127 forks source link

[docs] Remove version specifier from clang install instructions #715

Closed ChrisCummins closed 2 years ago

ChrisCummins commented 2 years ago

Rather than installing the clang-9 package, install the unversioned clang package, which will use whatever is the most recent version. On Ubuntu 22.04 LTS, clang-9 has been removed.

Fixes #714.

codecov-commenter commented 2 years ago

Codecov Report

Merging #715 (430fc4d) into development (444b82f) will increase coverage by 0.06%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           development     #715      +/-   ##
===============================================
+ Coverage        88.63%   88.69%   +0.06%     
===============================================
  Files              131      131              
  Lines             7935     7935              
===============================================
+ Hits              7033     7038       +5     
+ Misses             902      897       -5     
Impacted Files Coverage Δ
...ompiler_gym/service/client_service_compiler_env.py 90.85% <0.00%> (+0.41%) :arrow_up:
...loop_tool/service/loop_tool_compilation_session.py 90.54% <0.00%> (+0.67%) :arrow_up:
compiler_gym/views/observation.py 100.00% <0.00%> (+2.70%) :arrow_up:
compiler_gym/views/observation_space_spec.py 85.71% <0.00%> (+2.85%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 444b82f...430fc4d. Read the comment docs.