Skip to content

Commit d676c84

Browse files
authored
Merge pull request #142 from regro-cf-autotick-bot/0.33.12_h72210f
tilt v0.33.12
2 parents a605195 + 34e7a4f commit d676c84

16 files changed

+49
-14
lines changed

.azure-pipelines/azure-pipelines-linux.yml

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

.azure-pipelines/azure-pipelines-osx.yml

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

.ci_support/linux_64_nodejs18.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ c_compiler:
22
- gcc
33
c_compiler_version:
44
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
59
cdt_name:
610
- cos7
711
channel_sources:
@@ -27,3 +31,5 @@ target_platform:
2731
zip_keys:
2832
- - c_compiler_version
2933
- cxx_compiler_version
34+
- - c_stdlib_version
35+
- cdt_name

.ci_support/linux_64_nodejs20.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ c_compiler:
22
- gcc
33
c_compiler_version:
44
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
59
cdt_name:
610
- cos7
711
channel_sources:
@@ -27,3 +31,5 @@ target_platform:
2731
zip_keys:
2832
- - c_compiler_version
2933
- cxx_compiler_version
34+
- - c_stdlib_version
35+
- cdt_name

.ci_support/osx_64_nodejs18.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- clang
55
c_compiler_version:
66
- '16'
7+
c_stdlib:
8+
- macosx_deployment_target
9+
c_stdlib_version:
10+
- '11.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/osx_64_nodejs20.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- clang
55
c_compiler_version:
66
- '16'
7+
c_stdlib:
8+
- macosx_deployment_target
9+
c_stdlib_version:
10+
- '11.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/osx_arm64_nodejs18.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- clang
55
c_compiler_version:
66
- '16'
7+
c_stdlib:
8+
- macosx_deployment_target
9+
c_stdlib_version:
10+
- '11.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/osx_arm64_nodejs20.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- clang
55
c_compiler_version:
66
- '16'
7+
c_stdlib:
8+
- macosx_deployment_target
9+
c_stdlib_version:
10+
- '11.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/win_64_nodejs18.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
c_stdlib:
2+
- vs
13
channel_sources:
24
- conda-forge
35
channel_targets:

.ci_support/win_64_nodejs20.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
c_stdlib:
2+
- vs
13
channel_sources:
24
- conda-forge
35
channel_targets:

.scripts/build_steps.sh

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

.scripts/run_osx_build.sh

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

.scripts/run_win_build.bat

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

azure-pipelines.yml

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

build-locally.py

+3-2
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.11" %}
1+
{% set version = "0.33.12" %}
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: 8bc56ba3897f90914f75b61d2caea9875a50647f543b5a7138e387ca9b4031be
9+
sha256: 4fe1695f77c96cf91864a40c194df11a121a5676f156a52d8bc3cb64a1cec6e7
1010

1111
build:
1212
number: 0

0 commit comments

Comments
 (0)