7a67f8935d
PR Close #29092
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source $(dirname $0)/package-builder.sh
|
|
|
|
# Build the ivy packages
|
|
buildTargetPackages "dist/packages-dist-ivy-aot" "aot" "Ivy AOT"
|