[gimp/wip/Jehan/native-win64-build] Trying to understand what is what and where is what in this runner.



commit 477a964855c2da6fa1fcdaf2b16ff7608c36ff2d
Author: Jehan <jehan girinstud io>
Date:   Mon May 3 17:06:05 2021 +0200

    Trying to understand what is what and where is what in this runner.

 .gitlab-ci.yml               | 2 +-
 build/windows/build-msys2.sh | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07d7497a29..749fb7346c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -196,7 +196,7 @@ deps-native-win64:
   before_script:
     # See https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1839
     - ls
-    - chmod -R 0777 ./*
+    #- chmod -R 0777 ./*
   script:
     - C:\msys64\usr\bin\pacman --noconfirm -Syyuu
     - C:\msys64\usr\bin\bash -lc "bash -x ./build/windows/build-msys2.sh"
diff --git a/build/windows/build-msys2.sh b/build/windows/build-msys2.sh
index cf8ea254c0..3f0f8774c2 100644
--- a/build/windows/build-msys2.sh
+++ b/build/windows/build-msys2.sh
@@ -8,6 +8,9 @@ else
     export MSYS2_ARCH="x86_64"
 fi
 
+ls
+ls /c/msys64/mingw64/
+
 # Update everything
 pacman --noconfirm -Suy
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]