Compare commits
3 Commits
61cf888605
...
v2
| Author | SHA1 | Date | |
|---|---|---|---|
| b31630a6c0 | |||
|
|
25eabc92ed | ||
| a111b060f1 |
@@ -8,10 +8,6 @@ return {
|
|||||||
type = "remote",
|
type = "remote",
|
||||||
serial = 0,
|
serial = 0,
|
||||||
|
|
||||||
arch = {"x86_65"},
|
|
||||||
os = {"linux"},
|
|
||||||
|
|
||||||
dependencies = {},
|
|
||||||
build_dependencies = {["go"] = ">=1.25.1"},
|
build_dependencies = {["go"] = ">=1.25.1"},
|
||||||
|
|
||||||
git_url = "https://github.com/roboogg133/packets.git",
|
git_url = "https://github.com/roboogg133/packets.git",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ CREATE INDEX index_dependency_name ON package_dependencies(dependency_name);
|
|||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS build_dependencies (
|
CREATE TABLE IF NOT EXISTS build_dependencies (
|
||||||
id TEXT PRIMARY KEY,
|
id TEXT PRIMARY KEY,
|
||||||
dir TEXT NOT NULL DEFAULT "/dev/null"
|
dir TEXT NOT NULL DEFAULT "/dev/null",
|
||||||
uses INTEGER NOT NULL DEFAULT 0
|
uses INTEGER NOT NULL DEFAULT 0
|
||||||
);
|
);
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user