redis-benchmarks-specification icon indicating copy to clipboard operation
redis-benchmarks-specification copied to clipboard

when building you should be able to build for a specific target

Open filipecosta90 opened this issue 2 years ago • 0 comments

Example of building on cascade on using a previous gen that does not have the feature ( it would not work ), and the opposite ( building on an old gen and potentially not taking advantage of new gen features ). Proposed fix:

  • stage 2) on the builders spec, when we need to be restrictive of where the build artifacts are going to be ran we add some metadata tag ( example march or something similar )
  • stage 3) need to check the tags you're allowed to run. arch=amd64 + (march=icelake,...)

filipecosta90 avatar Aug 13 '21 22:08 filipecosta90