Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Feb 25, 2025
1 parent 32aba29 commit 38e543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stubs/gen_callmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
VERSIONS="7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4"

for f in $VERSIONS; do
docker build --build-arg VERSION=$f . -f bin/Dockerfile_$f -t psalm_test_$f &
docker build --build-arg VERSION=$f . -f bin/stubs/Dockerfile_$f -t psalm_test_$f &
if [ "$f" == "7.1" ] || [ "$f" == "7.3" ] || [ "$f" == "8.0" ] || [ "$f" == "8.2" ] || [ "$f" == "8.4" ]; then wait; fi
done

Expand Down

0 comments on commit 38e543b

Please sign in to comment.