- Oct 12, 2023
-
-
Alam Ed Arias authored
Try to build i686 linux binaries
-
Alam Ed Arias authored
use gcc-mingw-w64-(i686|x86-64)-win32 package
-
Alam Ed Arias authored
do not install posix version of mingw-w64
-
Alam Ed Arias authored
since each build job run in their own docker, only install packages as needed for each job
-
Alam Ed Arias authored
Name the artifacts by project name,branch, then SHA
-
Alam Ed Arias authored
fix setting $CC in build-x86_64-linux-gnu job
-
Alam Ed Arias authored
inline the script to setup ccache should be done in one line?
-
Alam Ed Arias authored
split build job for each target: x86-64, Win32, Win64
-
Alam Ed Arias authored
yea the Mingw-w64 is called "x86_64-w64-mingw32", not "x86_64-w64"
-
Alam Ed Arias authored
build Mingw64 binary
-
Alam Ed Arias authored
forget about change the Debian mirror
-
Alam Ed Arias authored
let look inside debian.sources
-
Alam Ed Arias authored
try to overwrite mirrors file
-
Alam Ed Arias authored
let see what in the /etc/apt folder
-
Alam Ed Arias authored
use DO mirror?
-
Alam Ed Arias authored
auto cache our apt cache
-
Alam Ed Arias authored
do not play games with $PATH
-
Alam Ed Arias authored
apt cache do not need to be protected also, name artifact for binaries from build-native job
-
Alam Ed Arias authored
fixup typo
-
Alam Ed Arias authored
autoclean apt cache and change cache key to image name
-
- Oct 11, 2023
-
-
Alam Ed Arias authored
switch docker image to debian, slim version, part 2
-
Alam Ed Arias authored
switch docker image to debian, slim version
-
Alam Ed Arias authored
cache apt packages, part 8
-
Alam Ed Arias authored
cache apt packages, part 7
-
Alam Ed Arias authored
cache apt packages, part 6
-
Alam Ed Arias authored
cache apt packages, part 5
-
Alam Ed Arias authored
cache apt packages, part 4
-
Alam Ed Arias authored
cache apt packages, part 3
-
Alam Ed Arias authored
cache apt packages, part 2
-
Alam Ed Arias authored
cache apt packages
-
Logan Aerl Arias authored
use git clone options up CCACHE size to 50M
-
rename ccache keys up ccache size to 30M
-
fix ccache path part 5
-
fix ccache path part four
-
fix ccache path part three
-
fix ccache path part two
-
fix ccache path
-
use variables to test if we are using DigitalOcean
-
cache the ccache part two
-
cache the ccache
-