-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch plugin packages back to git submodules (#678)
Alright, so I hate to be the one to do this, but #584 broke crates.io publishing and also caused librojo to be unusable. I see that there was some discussion on Discord shortly after the problem was realized, but there was no action taken. I think keeping librojo and publishing working far, far outweigh any convenience added by Wally. I've kept the same `Packages` naming convention to keep the diff minimal.
- Loading branch information
1 parent
305423b
commit d87c76a
Showing
13 changed files
with
30 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
|
||
- name: Setup Aftman | ||
uses: ok-nick/[email protected] | ||
|
@@ -36,12 +38,6 @@ jobs: | |
trust-check: false | ||
version: 'v0.2.6' | ||
|
||
- name: Install packages | ||
run: | | ||
cd plugin | ||
wally install | ||
cd .. | ||
- name: Build Plugin | ||
run: rojo build plugin --output Rojo.rbxm | ||
|
||
|
@@ -94,6 +90,8 @@ jobs: | |
BIN: rojo | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
|
||
- name: Get Version from Tag | ||
shell: bash | ||
|
@@ -117,13 +115,6 @@ jobs: | |
trust-check: false | ||
version: 'v0.2.6' | ||
|
||
- name: Install packages | ||
run: | | ||
cd plugin | ||
wally install | ||
cd .. | ||
shell: bash | ||
|
||
- name: Build Release | ||
run: cargo build --release --locked --verbose | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[submodule "plugin/Packages/Roact"] | ||
path = plugin/Packages/Roact | ||
url = [email protected]:roblox/roact | ||
[submodule "plugin/Packages/Flipper"] | ||
path = plugin/Packages/Flipper | ||
url = [email protected]:reselim/flipper | ||
[submodule "plugin/Packages/Promise"] | ||
path = plugin/Packages/Promise | ||
url = [email protected]:evaera/roblox-lua-promise | ||
[submodule "plugin/Packages/t"] | ||
path = plugin/Packages/t | ||
url = [email protected]:osyrisrblx/t | ||
[submodule "plugin/Packages/TestEZ"] | ||
path = plugin/Packages/TestEZ | ||
url = [email protected]:roblox/testez |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
[tools] | ||
wally = "UpliftGames/[email protected]" | ||
rojo = "rojo-rbx/[email protected]" | ||
selene = "Kampfkarren/[email protected]" | ||
run-in-roblox = "rojo-rbx/[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
}, | ||
|
||
"Packages": { | ||
"$path": "DevPackages" | ||
"$path": "Packages" | ||
} | ||
}, | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.