lichess-org/fishnet

Let build workflow use Intel SDE to get pgo for all targets

niklasf opened this issue · 0 comments

The worker running the build workflow cannot natively run stockfish-x86-64-avx512 and stockfish-x86-64-vnni512, so they do not get profile guided optimization.

This could be fixed by installing Intel SDE. Stockfish's Makefile expects SDE_PATH:
https://github.com/official-stockfish/Stockfish/blob/7d82f0d1f4e25892e1901d25cf5cf6f6a2606c2a/src/Makefile#L34