File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ endif
105105
106106all : coverage-instrument
107107ifeq ($(ALIRE ) ,True)
108- alr build -- -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_FLAGS)
108+ alr build -- -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_FLAGS) $(GPRBUILD_CARGS)
109109else
110110 # We have our own s-memory.adb which overwrites the default System.Memory implementation
111111 # For unclear reasons, this file is not recompiled when the version of GNAT was changed
Original file line number Diff line number Diff line change @@ -288,14 +288,14 @@ function build_als() {
288288 #
289289 # To avoid that, we use the -gnateb flag which tells GNAT to not use
290290 # an absolute path for gnat.adc
291- gprbuild_flag=" -cargs:ada -gnateb"
291+ gprbuild_flag=" -vm - cargs:ada -gnateb -bargs -v "
292292 ;;
293293 esac
294294 fi
295295
296296 # We use 'alr exec' to benefit from Alire setting up GPR_PROJECT_PATH with
297297 # all the dependencies.
298- LIBRARY_TYPE=static STANDALONE=no GPRBUILD_EXTRA =" $gprbuild_flag " alr exec make -- " VERSION=$TAG " all
298+ LIBRARY_TYPE=static STANDALONE=no GPRBUILD_CARGS =" $gprbuild_flag " alr exec make -- " VERSION=$TAG " all
299299}
300300
301301function test_als() {
You can’t perform that action at this time.
0 commit comments