Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zzha zzha
OpenXG-RAN
Commits
24efc76d
Commit
24efc76d
authored
Sep 14, 2023
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): removing verbose-ci useless option
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
ec6e32f3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
16 deletions
+4
-16
cmake_targets/build_oai
cmake_targets/build_oai
+0
-7
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+0
-5
docker/Dockerfile.build.rhel9
docker/Dockerfile.build.rhel9
+1
-1
docker/Dockerfile.build.rocky
docker/Dockerfile.build.rocky
+1
-1
docker/Dockerfile.clang.rhel9
docker/Dockerfile.clang.rhel9
+1
-1
docker/Dockerfile.phySim.rhel9
docker/Dockerfile.phySim.rhel9
+1
-1
No files found.
cmake_targets/build_oai
View file @
24efc76d
...
@@ -38,7 +38,6 @@ gen_nvram_path=$OPENAIR_DIR/cmake_targets/ran_build/build
...
@@ -38,7 +38,6 @@ gen_nvram_path=$OPENAIR_DIR/cmake_targets/ran_build/build
conf_nvram_path
=
$OPENAIR_DIR
/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
conf_nvram_path
=
$OPENAIR_DIR
/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
HW
=
""
HW
=
""
VERBOSE_CI
=
0
VERBOSE_COMPILE
=
0
VERBOSE_COMPILE
=
0
RUN_GROUP
=
0
RUN_GROUP
=
0
TEST_CASE_GROUP
=
""
TEST_CASE_GROUP
=
""
...
@@ -110,8 +109,6 @@ Options:
...
@@ -110,8 +109,6 @@ Options:
Adds a debgging facility to the binary files: GUI with major internal synchronization events
Adds a debgging facility to the binary files: GUI with major internal synchronization events
-x | --xforms
-x | --xforms
Will compile with software oscilloscope features
Will compile with software oscilloscope features
--verbose-ci
Compile with verbose instructions in CI Docker env
--verbose-compile
--verbose-compile
Shows detailed compilation instructions in makefile
Shows detailed compilation instructions in makefile
--build-doxygen
--build-doxygen
...
@@ -336,10 +333,6 @@ function main() {
...
@@ -336,10 +333,6 @@ function main() {
-x
|
--xforms
)
-x
|
--xforms
)
echo_info
"Will generate the software oscilloscope features"
echo_info
"Will generate the software oscilloscope features"
shift
;;
shift
;;
--verbose-ci
)
VERBOSE_CI
=
1
echo_info
"Will compile with verbose instructions in CI Docker env"
shift
;;
--verbose-compile
)
--verbose-compile
)
VERBOSE_COMPILE
=
1
VERBOSE_COMPILE
=
1
echo_info
"Will compile with verbose instructions"
echo_info
"Will compile with verbose instructions"
...
...
cmake_targets/tools/build_helper
View file @
24efc76d
...
@@ -233,11 +233,6 @@ compilations() {
...
@@ -233,11 +233,6 @@ compilations() {
$CMAKE --build . $verbose --target $targets -- -j$(nproc)
$CMAKE --build . $verbose --target $targets -- -j$(nproc)
ret=$?
ret=$?
} > $dlog/$logfile 2>&1
} > $dlog/$logfile 2>&1
if [ "$VERBOSE_CI" == "1" ]; then
echo "====== Start of log for $logfile ======"
cat $dlog/$logfile
echo "====== End of log for $logfile ======"
fi
check_warnings "$dlog/$logfile"
check_warnings "$dlog/$logfile"
if [[ $ret -eq 0 ]]; then
if [[ $ret -eq 0 ]]; then
echo_success "$targets compiled"
echo_success "$targets compiled"
...
...
docker/Dockerfile.build.rhel9
View file @
24efc76d
...
@@ -35,4 +35,4 @@ COPY . .
...
@@ -35,4 +35,4 @@ COPY . .
RUN /bin/sh oaienv && \
RUN /bin/sh oaienv && \
cd cmake_targets && \
cd cmake_targets && \
mkdir -p log && \
mkdir -p log && \
./build_oai --eNB --gNB --RU --UE --nrUE --ninja --build-lib "telnetsrv enbscope uescope nrscope" -w USRP -t Ethernet --
verbose-ci --
noavx512 -c
./build_oai --eNB --gNB --RU --UE --nrUE --ninja --build-lib "telnetsrv enbscope uescope nrscope" -w USRP -t Ethernet --noavx512 -c
docker/Dockerfile.build.rocky
View file @
24efc76d
...
@@ -35,4 +35,4 @@ COPY . .
...
@@ -35,4 +35,4 @@ COPY . .
RUN /bin/sh oaienv && \
RUN /bin/sh oaienv && \
cd cmake_targets && \
cd cmake_targets && \
mkdir -p log && \
mkdir -p log && \
./build_oai --eNB --gNB --RU --UE --nrUE --ninja --build-lib "telnetsrv enbscope uescope nrscope" -w USRP -t Ethernet --
verbose-ci --
noavx512 -c
./build_oai --eNB --gNB --RU --UE --nrUE --ninja --build-lib "telnetsrv enbscope uescope nrscope" -w USRP -t Ethernet --noavx512 -c
docker/Dockerfile.clang.rhel9
View file @
24efc76d
...
@@ -40,4 +40,4 @@ RUN /bin/sh oaienv && \
...
@@ -40,4 +40,4 @@ RUN /bin/sh oaienv && \
mkdir -p log && \
mkdir -p log && \
export CC=/usr/bin/clang && \
export CC=/usr/bin/clang && \
export CXX=/usr/bin/clang++ && \
export CXX=/usr/bin/clang++ && \
./build_oai --phy_simulators --gNB --eNB --nrUE --UE --ninja --
verbose-ci --
noavx512 --disable-T-Tracer -c --cmake-opt -DCMAKE_C_FLAGS=-Werror --cmake-opt -DCMAKE_CXX_FLAGS=-Werror
./build_oai --phy_simulators --gNB --eNB --nrUE --UE --ninja --noavx512 --disable-T-Tracer -c --cmake-opt -DCMAKE_C_FLAGS=-Werror --cmake-opt -DCMAKE_CXX_FLAGS=-Werror
docker/Dockerfile.phySim.rhel9
View file @
24efc76d
...
@@ -38,7 +38,7 @@ RUN dnf install -y libasan libubsan
...
@@ -38,7 +38,7 @@ RUN dnf install -y libasan libubsan
RUN /bin/sh oaienv && \
RUN /bin/sh oaienv && \
cd cmake_targets && \
cd cmake_targets && \
mkdir -p log && \
mkdir -p log && \
./build_oai --phy_simulators --ninja --
verbose-ci --
sanitize --noavx512 -c --cmake-opt -DCMAKE_C_FLAGS=-Werror --cmake-opt -DCMAKE_CXX_FLAGS=-Werror
./build_oai --phy_simulators --ninja --sanitize --noavx512 -c --cmake-opt -DCMAKE_C_FLAGS=-Werror --cmake-opt -DCMAKE_CXX_FLAGS=-Werror
#start from scratch for target executable
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment