Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
bd1d8b0d
Unverified
Commit
bd1d8b0d
authored
Feb 29, 2024
by
Daniel Hiltgen
Committed by
GitHub
Feb 29, 2024
Browse files
Merge pull request #2836 from bmwiedemann/gzip
Omit build date from gzip headers
parents
25c29121
76e5d9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
llm/generate/gen_common.sh
llm/generate/gen_common.sh
+1
-1
No files found.
llm/generate/gen_common.sh
View file @
bd1d8b0d
...
...
@@ -101,7 +101,7 @@ compress_libs() {
pids
=
""
rm
-rf
${
BUILD_DIR
}
/lib/
*
.
${
LIB_EXT
}*
.gz
for
lib
in
${
BUILD_DIR
}
/lib/
*
.
${
LIB_EXT
}*
;
do
gzip
--best
-f
${
lib
}
&
gzip
-n
--best
-f
${
lib
}
&
pids+
=
"
$!
"
done
echo
...
...
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