Skip to content

Commit 01d8462

Browse files
authored
Merge pull request #150 from regro-cf-autotick-bot/0.33.20_h8ab14a
tilt v0.33.20
2 parents 69837a0 + 9a5714f commit 01d8462

8 files changed

+18
-15
lines changed

.ci_support/linux_64_nodejs18.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
@@ -15,7 +15,7 @@ channel_targets:
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:
18-
- '12'
18+
- '13'
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-cos7-x86_64
2121
go_compiler:

.ci_support/linux_64_nodejs20.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
@@ -15,7 +15,7 @@ channel_targets:
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:
18-
- '12'
18+
- '13'
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-cos7-x86_64
2121
go_compiler:

.ci_support/osx_64_nodejs18.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '16'
8+
- '17'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,7 +17,7 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '16'
20+
- '17'
2121
go_compiler:
2222
- go-nocgo
2323
macos_machine:

.ci_support/osx_64_nodejs20.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '16'
8+
- '17'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,7 +17,7 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '16'
20+
- '17'
2121
go_compiler:
2222
- go-nocgo
2323
macos_machine:

.ci_support/osx_arm64_nodejs18.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '16'
8+
- '17'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,7 +17,7 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '16'
20+
- '17'
2121
go_compiler:
2222
- go-nocgo
2323
macos_machine:

.ci_support/osx_arm64_nodejs20.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '16'
8+
- '17'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,7 +17,7 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '16'
20+
- '17'
2121
go_compiler:
2222
- go-nocgo
2323
macos_machine:

build-locally.py

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{% set version = "0.33.19" %}
1+
{% set version = "0.33.20" %}
22

33
package:
44
name: tilt
55
version: {{ version }}
66

77
source:
88
url: https://github.com/tilt-dev/tilt/archive/v{{ version }}.tar.gz
9-
sha256: ca7853e6ab200d18f5efb59cedce8e645787f57bc6f33d462091717f971c9a7e
9+
sha256: 28d0e369d783033b976f518d3da160922d921de63c3db95dfbe0d5a36eda7e0f
1010

1111
build:
1212
number: 0

0 commit comments

Comments
 (0)