Merge branch 'ae' into ae-hopper

This commit is contained in:
Richard Yan
2025-01-29 23:31:21 -08:00

View File

@@ -42,11 +42,11 @@ check_exists() {
}
for arch in "${archs[@]}"; do
git checkout kernels-asplos-ae-$arch
git checkout ae-$arch
# re-compile libvortexrt.a
# FIXME after restructure
pushd ../../../kernel
pushd ../../libs
make
popd