Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
cellframe
celllframe-node
Commits
b476eadb
Commit
b476eadb
authored
6 months ago
by
Dmitry Puzyrkov
Committed by
Constantin P.
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Feature nooptbuildbydefault
parent
28c4c0f6
No related branches found
No related tags found
1 merge request
!1638
Feature nooptbuildbydefault
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
3
View file @
b476eadb
...
@@ -141,7 +141,7 @@ amd64:linux.rwd:
...
@@ -141,7 +141,7 @@ amd64:linux.rwd:
-
./prod_build/pack.sh --target linux rwd
-
./prod_build/pack.sh --target linux rwd
-
/opt/buildtools/deploy_files.sh pub_cellframe linux/cellframe-node/$CI_COMMIT_REF_NAME/ build_*/*.deb
-
/opt/buildtools/deploy_files.sh pub_cellframe linux/cellframe-node/$CI_COMMIT_REF_NAME/ build_*/*.deb
amd64:linux.rwd.
no
opt
:
amd64:linux.rwd.opt
:
extends
:
.build
extends
:
.build
image
:
demlabs/debian/amd64:qt5
image
:
demlabs/debian/amd64:qt5
before_script
:
before_script
:
...
@@ -149,9 +149,9 @@ amd64:linux.rwd.noopt:
...
@@ -149,9 +149,9 @@ amd64:linux.rwd.noopt:
-
*fill_version_mk
-
*fill_version_mk
script
:
script
:
-
echo "Do hard work"
-
echo "Do hard work"
-
./prod_build/build.sh --target linux rwd -DBUILD_WITH_PYTHON_ENV=ON -DBUILD_DIAGTOOL=ON -DCELLFRAME_NO_OPTIMIZATION=O
N
-
./prod_build/build.sh --target linux rwd -DBUILD_WITH_PYTHON_ENV=ON -DBUILD_DIAGTOOL=ON -DCELLFRAME_NO_OPTIMIZATION=O
FF
-
./prod_build/pack.sh --target linux rwd
-
./prod_build/pack.sh --target linux rwd
-
/opt/buildtools/deploy_files.sh pub_cellframe linux/cellframe-node/$CI_COMMIT_REF_NAME/ build_*/*.deb --redirect-from linux/cellframe-node/$CI_COMMIT_REF_NAME/latest-amd64.
no
opt
-
/opt/buildtools/deploy_files.sh pub_cellframe linux/cellframe-node/$CI_COMMIT_REF_NAME/ build_*/*.deb --redirect-from linux/cellframe-node/$CI_COMMIT_REF_NAME/latest-amd64.opt
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
3
−
3
View file @
b476eadb
...
@@ -33,7 +33,7 @@ SET(DESTDIR "/opt/${PROJECT_NAME}")
...
@@ -33,7 +33,7 @@ SET(DESTDIR "/opt/${PROJECT_NAME}")
# init CellFrame SDK
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
set
(
SUBMODULES_NO_BUILD ON
)
set
(
SUBMODULES_NO_BUILD ON
)
option
(
CELLFRAME_NO_OPTIMIZATION
"Build without BMI BMI2 CPU instruction."
O
FF
)
option
(
CELLFRAME_NO_OPTIMIZATION
"Build without BMI BMI2 CPU instruction."
O
N
)
if
(
CELLFRAME_NO_OPTIMIZATION
)
if
(
CELLFRAME_NO_OPTIMIZATION
)
set
(
DAP_CRYPTO_XKCP_PLAINC ON
)
set
(
DAP_CRYPTO_XKCP_PLAINC ON
)
...
@@ -157,8 +157,8 @@ if(UNIX)
...
@@ -157,8 +157,8 @@ if(UNIX)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION
}
-rwd"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION
}
-rwd"
)
endif
()
endif
()
if
(
CELLFRAME_NO_OPTIMIZATION
)
if
(
NOT
CELLFRAME_NO_OPTIMIZATION
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION
}
-
no
opt"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION
}
-opt"
)
endif
()
endif
()
else
()
#to use -updtr postfix in rwd build without rwd
else
()
#to use -updtr postfix in rwd build without rwd
if
(
ADD_UPDATER
)
if
(
ADD_UPDATER
)
...
...
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