Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit ae50451

Browse files
Update workflows and changelog: deprecate blender2.79b builds and enhance concurrency settings
1 parent 34b9aa0 commit ae50451

File tree

17 files changed

+9
-4
lines changed

17 files changed

+9
-4
lines changed

.github/workflows/deploy_docker.yml

100644100755
File mode changed.

.github/workflows/docker_build.yml

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- context: "naev-artwork/blender2.79b"
20-
imagename: "naev-artwork"
21-
blender: "blender2.79b"
19+
#- context: "naev-artwork/blender2.79b"
20+
# imagename: "naev-artwork"
21+
# blender: "blender2.79b"
2222
- context: "naev-docs"
2323
imagename: "naev-docs"
2424
- context: "naev-release"

.github/workflows/docker_weekly.yml

100644100755
File mode changed.

.github/workflows/test_docker.yml

100644100755
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Naev Infrastructure Testing
22
on: [push, pull_request]
33

4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
6+
cancel-in-progress: true
7+
48
jobs:
59
test_images:
610
uses: naev/naev-infrastructure/.github/workflows/docker_build.yml@main

.github/workflows/website_build.yml

100644100755
File mode changed.

CHANGELOG.md

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Overview:
2-
- `naev-artwork` (Used to render naev artwork.)
2+
- `naev-artwork` (Used to render naev artwork.) ***DEPRECATED***
33
- `naev-docs` (Used for building website and docs.)
44
- `naev-linux-archaic` (Used for old release builds) ***DEPRECATED***
55
- `naev-macos` (Used to cross compile for macOS.)
@@ -9,6 +9,7 @@
99

1010
### v1.11.4
1111
- Added clang to `naev-docs`, `naev-release` and `naev-windows` to fix issues with bindgen
12+
- Disabled blender2.79b builds (for now)
1213

1314
### v1.11.3
1415
- Added Rust toolchain to `naev-release` and `naev-docs` and fixed bindgen on `naev-steamruntime`

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

naev-artwork/blender2.79b/Dockerfile

100644100755
File mode changed.

naev-docs/Dockerfile

100644100755
File mode changed.

0 commit comments

Comments
 (0)