Skip to content

Commit e21f11b

Browse files
authored
builder -> v0.9.92 and clang-latest (#628)
1 parent a31a657 commit e21f11b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.builder/actions/mock_server_setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def run(self, env):
2424

2525
self.env = env
2626
python_path = sys.executable
27+
# ensure pip is available
28+
self.env.shell.exec(python_path, '-m', 'ensurepip', '--upgrade', check=False)
2729
# install dependency for mock server
2830
self.env.shell.exec(python_path,
2931
'-m', 'pip', 'install', 'h11', 'trio', 'proxy.py', check=True)

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
BUILDER_VERSION: v0.9.74
14+
BUILDER_VERSION: v0.9.92
1515
BUILDER_SOURCE: releases
1616
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1717
PACKAGE_NAME: aws-c-s3
@@ -62,6 +62,7 @@ jobs:
6262
- name: clang-11
6363
- name: clang-15
6464
- name: clang-17
65+
- name: clang-latest
6566
- name: gcc-4.8
6667
- name: gcc-5
6768
- name: gcc-6

0 commit comments

Comments
 (0)