|
1 | 1 | %YAML 1.1
|
2 | 2 | ---
|
3 |
| -# Configuration for CirrusCI. This is primarily used for testing and building FreeBSD and macOS M1, since other |
4 |
| -# CI platforms don't seem to support these platforms as of writing (GH may support M1 soon though). |
| 3 | +# Configuration for CirrusCI. This is primarily used for testing and building FreeBSD and old versions of Linux, |
| 4 | +# since other CI platforms don't support build jobs for these configurations. |
5 | 5 | #
|
6 | 6 | # Note that we set the YAML directive above to prevent some linting errors around the templates.
|
7 | 7 |
|
@@ -50,10 +50,7 @@ test_task:
|
50 | 50 | image_family: freebsd-14-0
|
51 | 51 | - name: "FreeBSD 13 Test"
|
52 | 52 | freebsd_instance:
|
53 |
| - image_family: freebsd-13-2 |
54 |
| - - name: "macOS M1 Test" |
55 |
| - macos_instance: |
56 |
| - image: ghcr.io/cirruslabs/macos-monterey-base:latest |
| 53 | + image_family: freebsd-13-3 |
57 | 54 | <<: *SETUP_TEMPLATE
|
58 | 55 | <<: *CACHE_TEMPLATE
|
59 | 56 | test_no_feature_script:
|
@@ -88,19 +85,12 @@ build_task:
|
88 | 85 | TARGET: "x86_64-unknown-freebsd"
|
89 | 86 | NAME: "x86_64-unknown-freebsd-14-0"
|
90 | 87 | - name: "FreeBSD 13 Build"
|
91 |
| - alias: "freebsd_13_2_build" |
| 88 | + alias: "freebsd_13_3_build" |
92 | 89 | freebsd_instance:
|
93 |
| - image_family: freebsd-13-2 |
| 90 | + image_family: freebsd-13-3 |
94 | 91 | env:
|
95 | 92 | TARGET: "x86_64-unknown-freebsd"
|
96 |
| - NAME: "x86_64-unknown-freebsd-13-2" |
97 |
| - - name: "macOS M1 Build" |
98 |
| - alias: "macos_build" |
99 |
| - macos_instance: |
100 |
| - image: ghcr.io/cirruslabs/macos-monterey-base:latest |
101 |
| - env: |
102 |
| - TARGET: "aarch64-apple-darwin" |
103 |
| - NAME: "aarch64-apple-darwin" |
| 93 | + NAME: "x86_64-unknown-freebsd-13-3" |
104 | 94 | - name: "Legacy Linux (2.17)"
|
105 | 95 | alias: "linux_2_17_build"
|
106 | 96 | container:
|
|
0 commit comments