File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2929
3030echo -e " \nPLATFORM=${PLATFORM} "
3131
32- # - we need to build everything against libraries available inside this container, including the Nim compiler
32+ # we need to build everything against libraries available inside this container, including the Nim compiler
33+ # we need to build everything against libraries available inside this container, including the Nim compiler
34+ # the nimbus-build-system.paths file needs to be re-created because it may include absolute paths that are
35+ # valid only on the host system (and not in the docker container where the build is executing)
36+ rm -f nimbus-build-system.paths
3337make clean
38+ make update -j$( nproc)
39+
3440NIMFLAGS_COMMON=" -d:disableMarchNative --gcc.options.debug:'-g1' --clang.options.debug:'-gline-tables-only'"
3541if [[ " ${PLATFORM} " == " Windows_amd64" ]]; then
3642 # Cross-compilation using the MXE distribution of Mingw-w64
You can’t perform that action at this time.
0 commit comments