Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
turbo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
turbo
Commits
2f75dd26
Commit
2f75dd26
authored
1 year ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Get submodule stuff right
parent
493b3d38
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#31004
failed
1 month ago
Stage: build
Stage: deploy
Changes
2
Pipelines
604
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SConstruct
+4
-4
4 additions, 4 deletions
SConstruct
manifest.txt
+2
-2
2 additions, 2 deletions
manifest.txt
with
6 additions
and
6 deletions
SConstruct
+
4
−
4
View file @
2f75dd26
...
...
@@ -31,10 +31,10 @@ env.Append(CPPPATH=Split(" $TURBO_HOME $TURBO_HOME/include "))
turbod
=
SConscript
(
"
turbod/SConscript
"
);
cli
=
SConscript
(
"
cli/SConscript
"
);
prepd
=
SConscript
(
"
prepd/SConscript
"
);
#
zipr=SConscript("zipr/SConstruct" );
#
zafl=SConscript("zafl/SConstruct" );
zipr
=
[]
zafl
=
[]
zipr
=
SConscript
(
"
zipr/SConstruct
"
);
zafl
=
SConscript
(
"
zafl/SConstruct
"
);
#
zipr=[]
#
zafl=[]
libyaml
=
SConscript
(
"
third-party/SConscript.yamlcpp
"
);
inst
=
env
.
Install
(
"
lib/
"
,
libyaml
)
...
...
This diff is collapsed.
Click to expand it.
manifest.txt
+
2
−
2
View file @
2f75dd26
# subdirs.
#
submanifest zipr/manifest.txt
#
submanifest zafl/manifest.txt
submanifest zipr/manifest.txt
submanifest zafl/manifest.txt
# env vars.
file set_env_vars turbo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment