blob: 52b2568837c8e1bbdb97a9fc68fa4f4977168773 [file] [log] [blame] [edit]
#!/bin/bash
# Please always only modify default/recipe.yaml and default/pixi.toml and then run this
# script to propagate the changes to the other variants.
set -o errexit
cd "$(dirname "$0")"
for variant in asan freethreading tsan-freethreading; do
cp -av default/recipe.yaml default/pixi.toml ${variant}/
done