- Nov 20, 2024
-
-
Sébastien Villemot authored
-
- Jul 01, 2024
-
-
Sébastien Villemot authored
-
- Jun 07, 2024
-
-
Sébastien Villemot authored
-
- Jun 03, 2024
-
- Dec 21, 2023
-
-
Sébastien Villemot authored
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Nov 23, 2023
-
-
Sébastien Villemot authored
-
- Oct 11, 2023
-
-
Willi Mutschler authored
-
- Oct 02, 2023
-
-
Sébastien Villemot authored
Also enforce the path to x86-64 GCC.
-
Sébastien Villemot authored
-
- Sep 01, 2023
-
-
Sébastien Villemot authored
-
- Jun 12, 2023
-
-
Sébastien Villemot authored
That architecture is now essentially obsolete.
-
- Jun 07, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Mar 13, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
- enforce x86-64 architecture - use “sysctl -n hw.ncpu” instead of “nproc” (which has not been installed in the new runner)
-
- Mar 01, 2023
-
-
Sébastien Villemot authored
- drop the Julia stuff, since it is no longer used In particular, no longer use static linking, since builds are now only for testing purposes and are not shipped - drop the Windows i686 build, since we no longer support that configuration - bump Boost version used for Windows x86-64 build - rename build_linux_aarch64 into build_linux_arm64 for clarity
-
- Sep 06, 2022
-
-
Sébastien Villemot authored
-
- Jun 09, 2022
-
-
Sébastien Villemot authored
-
- Jul 21, 2021
-
-
Sébastien Villemot authored
-
- Jun 24, 2021
-
-
Sébastien Villemot authored
-
- Apr 06, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— add “-s” to LDFLAGS instead of manually calling strip — on GNU/Linux, do not pass “-static” to LDFLAGS. We can dynamically link against glibc, since in Artifacts.toml we explicitly mention that we compile for a glibc system (and not musl) — use --host=i686-linux-gnu to compile for GNU/Linux 32-bit, instead of passing “-m32” N.B.: Under Debian, g++-i686-linux-gnu must be installed. Otherwise this will silently use the 64-bit compiler — for symmetry, use --host=x86_64-linux-gnu for GNU/Linux 64-bit — on macOS, pass “-static-libgcc” through LDFLAGS rather than CXXFLAGS; this requires setting CC to gcc-10 — use better names for the jobs
-
- Apr 02, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Otherwise the pipeline will remain blocked until someone manually starts the deploy job (see documentation of “rules” in Gitlab CI ref.).
-
Sébastien Villemot authored
-
- Mar 11, 2021
-
-
Sébastien Villemot authored
-
- Jan 07, 2021
-
-
Sébastien Villemot authored
-
- Jan 06, 2021
-
-
Sébastien Villemot authored
Ref. dynare#1728
-
- Dec 17, 2020
-
-
Sébastien Villemot authored
-
- Sep 01, 2020
-
-
Sébastien Villemot authored
-
- May 27, 2020
-
-
Sébastien Villemot authored
Note that MSYS2 has now switched to zstd for compressing their packages.
-
- May 13, 2020
-
-
Sébastien Villemot authored
Under heavy load, it can happen that no runner is available during one hour.
-
- Oct 17, 2019
-
-
Sébastien Villemot authored
The cache in ~/tarballs on the runner is shared with the jobs of the main dynare repository that create the Windows and macOS packages. Also use better options for wget.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Oct 15, 2019
-
-
Stéphane Adjemian authored
Windows{32,64}, Linux{32,64} and macOS{64}, also generates informations required by the Julia package.
-
- Sep 11, 2018
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-