Skip to content

Draft: Parse .comp directives with target information (ignore that information)

Camil Staps requested to merge support-target-info-in-comp-directive into main

What does this MR do?

Adds a target string to the .comp directive so that build tools can determine whether modules need to be recompiled.

Changes to public APIs

The .comp directive now includes the target for which the compiler was built: linux-x64, linux-x86, or windows-x64.

Related issues

clean-and-itasks/base/base#1

To do

  • Set the right version constraint on the compilers in nitrile.yml, after the compiler has been published.
Edited by Camil Staps

Merge request reports

Loading