diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 51c8d73..3d5968b 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -79,6 +79,9 @@ jobs: - name: Release run: lune run src/init -- release jecs --pesde-scope marked/jecs_nightly --wally-scope mark-marks/jecs-nightly + - name: Cleanup Luau + run: rm -rf luau-install + - name: Create Pull Request id: create_pull_request uses: https://git.devmarked.win/actions/create-pull-request@7174d368c2e4450dea17b297819eb28ae93ee645 diff --git a/jecs/build.txt b/jecs/build.txt index ff6901d..4278973 100644 --- a/jecs/build.txt +++ b/jecs/build.txt @@ -1,2 +1,2 @@ modified = ["README.md", "LICENSE", ".luaurc", "CHANGELOG.md", "jecs.luau"] -version = "0.5.5-nightly.20250302T175658Z" +version = "0.5.5-nightly.20250302T181602Z" diff --git a/jecs/pesde.toml b/jecs/pesde.toml index e33a380..3eb9ee6 100644 --- a/jecs/pesde.toml +++ b/jecs/pesde.toml @@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/jecs-nightly" -version = "0.5.5-nightly.20250302T175658Z" +version = "0.5.5-nightly.20250302T181602Z" [indices] default = "https://github.com/daimond113/pesde-index" diff --git a/jecs/test.txt b/jecs/test.txt index 3669390..8a65a43 100644 --- a/jecs/test.txt +++ b/jecs/test.txt @@ -1,2 +1,2 @@ passed = true -timestamp = "20250302T175659Z" +timestamp = "20250302T181603Z" diff --git a/jecs/test_fulllog.txt b/jecs/test_fulllog.txt index 1872afc..d5c64dc 100644 --- a/jecs/test_fulllog.txt +++ b/jecs/test_fulllog.txt @@ -1,6 +1,6 @@ -8.2 us  3 kB│ delete children of entity -9.4 us  2 kB│ remove friends of entity -328 ns  0  B│ simple deletion of entity + 8 us  3 kB│ delete children of entity +8.9 us  2 kB│ remove friends of entity +331 ns  10  B│ simple deletion of entity removing archetype PASS│  @@ -110,5 +110,5 @@ removing PASS│ #2 PASS│ #3 -68/68 test cases passed in 31.100 ms. +68/68 test cases passed in 30.962 ms. 0 fails diff --git a/jecs/wally.toml b/jecs/wally.toml index 6151420..0bf070a 100644 --- a/jecs/wally.toml +++ b/jecs/wally.toml @@ -5,4 +5,4 @@ license = "MIT" name = "mark-marks/jecs-nightly" realm = "shared" registry = "https://github.com/UpliftGames/wally-index" -version = "0.5.5-nightly.20250302T175658Z" +version = "0.5.5-nightly.20250302T181602Z" diff --git a/luau-install/binary.zip b/luau-install/binary.zip deleted file mode 100755 index 2390e23..0000000 Binary files a/luau-install/binary.zip and /dev/null differ diff --git a/luau-install/luau b/luau-install/luau deleted file mode 100755 index fa4fb72..0000000 Binary files a/luau-install/luau and /dev/null differ diff --git a/luau-install/luau-analyze b/luau-install/luau-analyze deleted file mode 100755 index 60e8fb3..0000000 Binary files a/luau-install/luau-analyze and /dev/null differ diff --git a/luau-install/luau-ast b/luau-install/luau-ast deleted file mode 100755 index af6dd09..0000000 Binary files a/luau-install/luau-ast and /dev/null differ diff --git a/luau-install/luau-compile b/luau-install/luau-compile deleted file mode 100755 index fd4ed9f..0000000 Binary files a/luau-install/luau-compile and /dev/null differ