Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Common CI Configuration
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
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
hive
Common CI Configuration
Merge requests
!12
Dockerfile definition and helper scripts related to preparing a toolchain image able to produce WASM binaries
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dockerfile definition and helper scripts related to preparing a toolchain image able to produce WASM binaries
bw_emscripten_toolchain_image
into
develop
Overview
2
Commits
4
Pipelines
11
Changes
9
All threads resolved!
Hide all comments
Merged
Bartek Wrona
requested to merge
bw_emscripten_toolchain_image
into
develop
1 year ago
Overview
2
Commits
4
Pipelines
11
Changes
9
All threads resolved!
Hide all comments
Expand
Includes emscripten toolchain like also precompiled libraries:
boost
openssl
sec256k1-zkp
0
0
Merge request reports
Viewing commit
2d66a22a
Prev
Next
Show latest version
9 files
+
104
−
44
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
2d66a22a
Added Emscripten image build to CI - ref.
!12
· 2d66a22a
Konrad Botor
authored
1 year ago
scripts/bash/emscripten/prepare_boost.sh
+
1
−
1
Options
@@ -29,7 +29,7 @@ printf "using clang : emscripten : emcc -s USE_ZLIB=1 -s USE_ICU=0 : <archiver>e
./b2
\
--build-dir
=
"
${
TMP_SRC
}
/boost_build/"
\
--prefix
=
"
${
INSTALL_PREFIX
}
"
\
-j
$(
nproc
)
\
-j
"
$(
nproc
)
"
\
-q
\
runtime-link
=
static
\
link
=
static
\
Loading