Skip to content

Commit ded27fb

Browse files
authored
Shallow clone xeus cpp emscripten build (#442)
* Shallow clone xeus-cpp emscripten.yml * Shallow clone xeus-cpp deploy-pages.yml
1 parent c9499ae commit ded27fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
source ./emsdk/emsdk_env.sh
161161
export SYSROOT_PATH=$PWD/emsdk/upstream/emscripten/cache/sysroot
162162
micromamba activate CppInterOp-wasm
163-
git clone https://github.com/compiler-research/xeus-cpp.git
163+
git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
164164
cd ./xeus-cpp
165165
mkdir build
166166
pushd build

.github/workflows/emscripten.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ jobs:
607607
source ./emsdk/emsdk_env.sh
608608
export SYSROOT_PATH=$PWD/emsdk/upstream/emscripten/cache/sysroot
609609
micromamba activate CppInterOp-wasm
610-
git clone https://github.com/compiler-research/xeus-cpp.git
610+
git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
611611
cd ./xeus-cpp
612612
mkdir build
613613
pushd build

0 commit comments

Comments
 (0)