diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d915dc58..c9cf836b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -319,8 +319,7 @@ sim_questa_multivers: before_script: - export VSIM="$QUESTA_PREFIX" - export VSIM_BIN="$QUESTA_PREFIX" - - export PULP_RISCV_GCC_TOOLCHAIN=/usr/pack/riscv-1.0-kgf/pulp-gcc-1.0.16 - - git clone https://github.com/pulp-platform/pulp-runtime.git -b v0.0.15 + - export PULP_RISCV_GCC_TOOLCHAIN=/usr/pack/riscv-1.0-kgf/pulp-gcc-2.5.0 - mkdir hello - printf "#include \nint main(){\n printf(\"Hello World\\\n\");\n return 0;\n}\n" > hello/hello.c - printf "PULP_APP = hello\nPULP_APP_FC_SRCS = hello.c\nPULP_APP_HOST_SRCS = hello.c\nPULP_CFLAGS = -O3 -g\n\ninclude \$(PULP_SDK_HOME)/install/rules/pulp_rt.mk\n" > hello/Makefile @@ -339,8 +338,8 @@ spi_boot: stage: test before_script: - git clone https://github.com/pulp-platform/pulp-runtime.git -b v0.0.15 - - mkdir hello - export PULP_RISCV_GCC_TOOLCHAIN=/usr/pack/riscv-1.0-kgf/pulp-gcc-2.5.0 + - mkdir hello - printf "#include \nint main(){\n printf(\"Hello World\\\n\");\n return 0;\n}\n" > hello/hello.c - printf "PULP_APP = hello\nPULP_APP_FC_SRCS = hello.c\nPULP_APP_HOST_SRCS = hello.c\nPULP_CFLAGS = -O3 -g\n\ninclude \$(PULP_SDK_HOME)/install/rules/pulp_rt.mk\n" > hello/Makefile script: