Skip to content

recc: specify absolute path to `gcc`

Santiago Gil requested to merge santigl/recc-absolute-path-to-gcc into master

Description

With the change proposed in https://gitlab.com/bloomberg/recc/-/merge_requests/232, recc won't support issuing commands that do not contain paths. Currently, the run_recc_and_check_output() test is invoking recc with "gcc".

This makes the run_recc_and_check_output() stage of the e2e test to specify the absolute path to gcc.

Changes proposed in this merge request:

  • run_recc_and_check_output(): invoke recc with the output of which gcc
  • Update the expected action digest in the run_casdownload_and_check_output() test

Validation

This is not a breaking change, so the e2e test will keep passing.

Merge request reports