Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Container Registry
Model registry
Operate
Environments
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
Zipr Toolchain
Commits
dd24922f
Commit
dd24922f
authored
6 years ago
by
Matthew McGill
Browse files
Options
Downloads
Patches
Plain Diff
xeon
parent
412ba774
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
xeon
Pipeline
#1505
passed
6 years ago
Stage: clean
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
build-all.sh
+5
-0
5 additions, 0 deletions
build-all.sh
set_env_vars
+1
-0
1 addition, 0 deletions
set_env_vars
zipr_xeon_plugin
+1
-0
1 addition, 0 deletions
zipr_xeon_plugin
with
10 additions
and
0 deletions
.gitmodules
+
3
−
0
View file @
dd24922f
...
@@ -57,3 +57,6 @@
...
@@ -57,3 +57,6 @@
[submodule "zipr_install"]
[submodule "zipr_install"]
path = zipr_install
path = zipr_install
url = git@git.zephyr-software.com:allnp/zipr_install.git
url = git@git.zephyr-software.com:allnp/zipr_install.git
[submodule "zipr_xeon_plugin"]
path = zipr_xeon_plugin
url = git@git.zephyr-software.com:allnp/xeon_plugin
This diff is collapsed.
Click to expand it.
build-all.sh
+
5
−
0
View file @
dd24922f
...
@@ -115,6 +115,11 @@ if [ -d $ZIPR_SCFI_PLUGIN ]; then
...
@@ -115,6 +115,11 @@ if [ -d $ZIPR_SCFI_PLUGIN ]; then
scons
$SCONSDEBUG
||
exit
1
scons
$SCONSDEBUG
||
exit
1
fi
fi
if
[
-d
$ZIPR_XEON_PLUGIN
]
;
then
cd
$ZIPR_XEON_PLUGIN
scons
$SCONSDEBUG
||
exit
fi
cd
$PEASOUP_UMBRELLA_DIR
/zipr_large_only_plugin/
cd
$PEASOUP_UMBRELLA_DIR
/zipr_large_only_plugin/
scons
$SCONSDEBUG
||
exit
1
scons
$SCONSDEBUG
||
exit
1
...
...
This diff is collapsed.
Click to expand it.
set_env_vars
+
1
−
0
View file @
dd24922f
...
@@ -17,6 +17,7 @@ export ZIPR_INSTALL=$PEASOUP_UMBRELLA_DIR/zipr_install
...
@@ -17,6 +17,7 @@ export ZIPR_INSTALL=$PEASOUP_UMBRELLA_DIR/zipr_install
export ZIPR_CALLBACKS=$PEASOUP_UMBRELLA_DIR/zipr_callbacks
export ZIPR_CALLBACKS=$PEASOUP_UMBRELLA_DIR/zipr_callbacks
export ZIPR_SDK=$PEASOUP_UMBRELLA_DIR/zipr_sdk
export ZIPR_SDK=$PEASOUP_UMBRELLA_DIR/zipr_sdk
export ZIPR_SCFI_PLUGIN=$PEASOUP_UMBRELLA_DIR/zipr_scfi_plugin
export ZIPR_SCFI_PLUGIN=$PEASOUP_UMBRELLA_DIR/zipr_scfi_plugin
export ZIPR_XEON_PLUGIN=$PEASOUP_UMBRELLA_DIR/zipr_xeon_plugin
export SECURITY_TRANSFORMS_HOME=$PEASOUP_UMBRELLA_DIR/security_transforms
export SECURITY_TRANSFORMS_HOME=$PEASOUP_UMBRELLA_DIR/security_transforms
export IRDB_TRANSFORMS=$PEASOUP_UMBRELLA_DIR/irdb_transforms
export IRDB_TRANSFORMS=$PEASOUP_UMBRELLA_DIR/irdb_transforms
export ZEST_RUNTIME=$PEASOUP_UMBRELLA_DIR/zest_runtime
export ZEST_RUNTIME=$PEASOUP_UMBRELLA_DIR/zest_runtime
...
...
This diff is collapsed.
Click to expand it.
zipr_xeon_plugin
@
e1cfb5c4
Subproject commit e1cfb5c43da48c1bfade08f4e53ed7b29f59714f
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