Compare commits

...

4 Commits

Author SHA1 Message Date
Carmelo Messina
00ea75681d update github runner to 2.303.1 2023-04-20 11:00:56 +02:00
Carmelo Messina
9d7d84d78f update runner to 2.303.1 2023-04-20 10:21:41 +02:00
uazo
7e8fa5f370 Use sdk 10.0.22621.0
fix https://github.com/uazo/bromite-buildtools/issues/43
2023-04-04 06:33:48 +00:00
uazo
23701f3eb8 Merge pull request #126 from uazo/uazo-patch-1
Force use python3 for trace2html
2023-04-04 06:30:45 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -172,9 +172,9 @@ jobs:
KYTHE_ROOT_DIRECTORY: /home/lg/working_dir/chromium/src
KYTHE_OUTPUT_DIRECTORY: /home/lg/working_dir/chromium/src/out/bromite/kythe
# cross build
DEPOT_TOOLS_WIN_TOOLCHAIN_BASE_URL: /win_sdk/10.0.20348.0/
WINDOWSSDKDIR: "/win_sdk/10.0.20348.0/Windows Kits/10/"
GYP_MSVS_OVERRIDE_PATH: /win_sdk/10.0.20348.0/
DEPOT_TOOLS_WIN_TOOLCHAIN_BASE_URL: /win_sdk/10.0.22621.0/
WINDOWSSDKDIR: "/win_sdk/10.0.22621.0/Windows Kits/10/"
GYP_MSVS_OVERRIDE_PATH: /win_sdk/10.0.22621.0/
# compile in debug mode
TARGET_ISDEBUG: ${{ github.event.inputs.debug }}
TARGET_CPU: ${{ github.event.inputs.build }}

View File

@@ -40,7 +40,7 @@ RUN apt-get update && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \
apt-key fingerprint 0EBFCD88 && \
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" && \
apt-get update && apt-get install --no-install-recommends -y docker-ce docker-ce-cli containerd.io=1.4.4-1 && \
apt-get update && apt-get install --no-install-recommends -y docker-ce docker-ce-cli && \
apt-get clean -y && \
rm -rf /var/cache/debconf/* /var/lib/apt/lists/* /var/log/* /tmp/* /var/tmp/* \
/usr/share/doc/* /usr/share/man/* /usr/share/local/* && \
@@ -77,7 +77,7 @@ RUN useradd -m runner \
# Build args
ARG TARGETPLATFORM=amd64
ARG RUNNER_VERSION=2.302.5
ARG RUNNER_VERSION=2.303.1
WORKDIR /runner
# Runner download supports amd64 as x64

View File

@@ -40,7 +40,7 @@ do
-v /casefold:/win_sdk \
--network none \
--device=/dev/kvm \
uazo/github-runner
uazo/github-runner:2.303.1
echo "You can stop now"
sleep 5s