Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Merge patch-atomic-ci-tower-defense-update-02-17-2025-1739842299 into dev #3951

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/rust-dll-tower-defense-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
rustup default nightly
rustup target add x86_64-pc-windows-msvc
rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc

- name: Build Rust DLL
run: |
Expand All @@ -25,4 +26,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: rust_godot_towerdefense
path: dist/windows/*.dll
path: apps/rentearth/rust_godot_towerdefense/dist/windows/*.dll
#path: dist/windows/*.dll
6 changes: 6 additions & 0 deletions apps/kbve/kbve.com/src/content/journal/02-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ import { Adsense } from '@kbve/astropad';
Github action runner for the rust dll had some outdated actions, going to update them.
In addition to the version change, the notes in the `rust` section should be updated to reflect it.

- 08:39PM

Updating the MSVC github action again, the most recent issue was that we forgot to include the nightly as a rust-src.
This next update will include and I will adjust the path for upload to be exactly where the DLL is exported.

### Jedi - User Agents

- 05:14PM
Expand All @@ -50,6 +55,7 @@ import { Adsense } from '@kbve/astropad';
The goal would be to generate a couple of these that would be cross platform and easy for us to use in the future.
I suppose we could also make this a typescript library too, for client side generation.


## 2024

### Snow
Expand Down