Commit 242dcb95 authored by Jan Kiene's avatar Jan Kiene
Browse files

add forgotten anchor where it is needed

parent e92c302d
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1649,6 +1649,7 @@ renderer-asan:
    # was there from float repo. commented out until cmake is there
    # - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    # - cmake --build cmake-build -- -j
    - *update-scripts-repo
    - make clean
    - make -j
    - testcase_timeout=180
@@ -1679,6 +1680,7 @@ renderer-msan:
    # was there from float repo. commented out until cmake is there
    # - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    # - cmake --build cmake-build -- -j
    - *update-scripts-repo
    - make clean
    - make -j
    - testcase_timeout=180
@@ -1709,6 +1711,7 @@ renderer-usan:
    # was there from float repo. commented out until cmake is there
    # - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    # - cmake --build cmake-build -- -j
    - *update-scripts-repo
    - make clean
    - make -j
    - testcase_timeout=180