summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2021-03-26 14:53:41 +0900
committerAkira TAGOH <akira@tagoh.org>2021-03-26 15:45:00 +0900
commitb03140c14ed71a8b29ae6d5f76f254a2adfc4f22 (patch)
treea2ea722360583a90586feb6e871a4bf15c1bd6aa
parent60ce9b695ee9d1ac514a61f562e210d3278ba605 (diff)
ci: Update CA cert related thing for Python on Windows
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1a4062e..1017fa6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -157,7 +157,7 @@ meson-mingw-w64-build:
# -Dbar=disabled
before_script:
# Make sure meson is up to date, so we don't need to rebuild the image with each release
- - pip3 install -U meson
+ - pip3 install -U meson certifi
script:
# For some reason, options are separated by newline instead of space, so we
# have to replace them first.
@@ -166,6 +166,9 @@ meson-mingw-w64-build:
# Environment variables substitutions is done by PowerShell before calling
# cmd.exe, that's why we use $env:FOO instead of %FOO%
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
+ SET CERT_PATH=$(python -m certifi) &&
+ SET SSL_CERT_FILE=$(python -m certifi) &&
+ SET REQUESTS_CA_BUNDLE=$(python -m certifi) &&
meson build $env:MESON_ARGS &&
ninja -C build &&
ninja -C build test"
ice-3-4-3'>libreoffice-3-4-3 Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)AuthorFilesLines
2021-05-09Update Slovenian translationMartin Srebotnjak81-28150/+52732
Change-Id: If447a7b6ce01b64ce36336d08fe542b9a90e5378
2021-05-05update translations for masterChristian Lohmaier1739-242385/+345433
and force-fix errors using pocheck Change-Id: I5b89ae56a22a53d2975d3f3f34f7b854b5a0151a
2021-04-28update translations for masterChristian Lohmaier2909-260618/+499530
and force-fix errors using pocheck Change-Id: I088f31a9fb757c6d1455f87c292e550b46532a30
2021-04-12update translations for masterChristian Lohmaier1093-129768/+141175
and force-fix errors using pocheck Change-Id: I75e95d5c22288ed7c1b4d759de1ce25b1d00da8d
2021-04-06update translations for masterChristian Lohmaier1259-39730/+37454
and force-fix errors using pocheck Change-Id: I460f79e4b9a3b7eea10f41295b9828b1dd8df4aa
2021-03-30update translations for masterChristian Lohmaier2980-940848/+938240
and force-fix errors using pocheck Change-Id: I84eb112a5f299d0c0ec33a280ab490cf22ae6d46
2021-03-23update translations for masterChristian Lohmaier3797-712901/+1019090
and force-fix errors using pocheck Change-Id: I2afa643ae8af893ee3fce0009bcfac545a12b6f3
2021-02-22update translations for masterChristian Lohmaier1857-96823/+112087
and force-fix errors using pocheck Change-Id: Ic293be102c0ddce522e0c4a919cb40368b7d9a7b
2021-02-17update translations for masterChristian Lohmaier2513-89359/+289299
and force-fix errors using pocheck Change-Id: Iaf573f747484376b8aeb1854bc5342507a27d92d
2021-02-08update translations for masterChristian Lohmaier