Skip to content

Commit

Permalink
Change version of Ada runtime used for compatibility test
Browse files Browse the repository at this point in the history
Ref. #494
  • Loading branch information
treiher committed Jun 8, 2021
1 parent 1342afc commit beea8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test_specs:

test_runtime:
rm -rf $(build-dir)/ada-runtime
git clone --depth=1 https://github.com/Componolit/ada-runtime $(build-dir)/ada-runtime
git clone --depth=1 --branch recordflux https://github.com/Componolit/ada-runtime $(build-dir)/ada-runtime
$(MAKE) -C build/ada-runtime
gprbuild -Ptest --RTS=build/ada-runtime/build/posix/obj -Xaunit=no -Xoptimization=yes

Expand Down

0 comments on commit beea8d0

Please sign in to comment.