Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .gitlab/generate-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,11 @@
ABI_NO: "<?= $abi_no ?>"
PHP_VERSION: "<?= $major_minor ?>"
GIT_STRATEGY: clone
GIT_CONFIG_COUNT: 1
GIT_CONFIG_COUNT: 2
GIT_CONFIG_KEY_0: core.longpaths
GIT_CONFIG_VALUE_0: true
GIT_CONFIG_KEY_1: core.symlinks
GIT_CONFIG_VALUE_1: true
CONTAINER_NAME: ${CI_JOB_NAME_SLUG}-${CI_JOB_ID}
script: |
# Make sure we actually fail if a command fails
Expand Down Expand Up @@ -1054,9 +1056,11 @@
stage: verify
tags: [ "windows-v2:2019"]
variables:
GIT_CONFIG_COUNT: 1
GIT_CONFIG_COUNT: 2
GIT_CONFIG_KEY_0: core.longpaths
GIT_CONFIG_VALUE_0: true
GIT_CONFIG_KEY_1: core.symlinks
GIT_CONFIG_VALUE_1: true
needs:
- job: "package extension windows"
artifacts: true
Expand Down
4 changes: 3 additions & 1 deletion .gitlab/generate-tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ function before_script_steps() {
- PHP_MAJOR_MINOR: <?= json_encode($windows_minor_major_targets) ?>

variables:
GIT_CONFIG_COUNT: 1
GIT_CONFIG_COUNT: 2
GIT_CONFIG_KEY_0: core.longpaths
GIT_CONFIG_VALUE_0: true
GIT_CONFIG_KEY_1: core.symlinks
GIT_CONFIG_VALUE_1: true
CONTAINER_NAME: $CI_JOB_NAME_SLUG
GIT_STRATEGY: clone
IMAGE: "registry.ddbuild.io/images/mirror/datadog/dd-trace-ci:php-${PHP_MAJOR_MINOR}_windows"
Expand Down
Loading
Loading