forked from othermod/PSPi-Version-6
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add workflow to build drivers * first draft build drivers * fix name * fix targetted build * update deps * build lib first * add dep * Add libasound2-dev * try and pull files from built image * temp push tarball * only build 64bit * increase 64bit image size * fix extract * fix image name * update desc for build-drivers * update ref to runner.temp * dont generate hash by default * update task versions * update step names * remove gitversion steps * restore gitversion * fix job name * empty drive bin folder to ensure we are building new drivers * fix typo * update driver output path * allow building a specific commit * set fetch depth * move checkout location * revert * add 32bit drivers * set fetch depth * rename driver folder after extract * remove gitversion * add patchelf * add git dependency * install autoconf * correct path to osd driver file
- Loading branch information
1 parent
6e920ff
commit 645c875
Showing
6 changed files
with
71 additions
and
26 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
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 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,3 +1,4 @@ | ||
variable "pspi_version" { | ||
type = string | ||
default = "0.0.0" | ||
} |