-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker, remove custom libmm7a and update azure script (#1066)
* Remove docker and use latest dka libmm7a 1. The audio bug was fixed so there's no reason to continue using the old one 2. Docker isn't needed anymore; DSTWO and R4i booting has been fixed. Besides, I doubt it would work with the newer code * Delete libmm7.a * Fix azure dependency * Update docker 1. Instead of having it in its own folder, have it at root 2. Remove forked libnds stuff 3. Update it to use the latest image That way, in case dkA messes up in the future, at least we have a base * Update path [Part 1] * Update path [Part 2] * Delete forked libnds * Readd docker but use Ubuntu 20.04 and update script to stay more consistent with the normal one * Fix spacing * Fix title * Remove updating libraries They're now included in Ubuntu 20.04
- Loading branch information
1 parent
cebf41b
commit 93affcd
Showing
7 changed files
with
30 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM devkitpro/devkitarm:20200528 | ||
# ENV TWLNOPATCHSRLHEADER=1 | ||
RUN \ | ||
apt-get update && \ | ||
apt-get install -y python && \ | ||
rm -rf /var/lib/apt/lists/* | ||
WORKDIR /data |
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
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 was deleted.
Oops, something went wrong.
Binary file not shown.