@@ -29,42 +29,42 @@ jobs:
2929 DO_BENCH : true
3030 run : ./contrib/test.sh
3131
32- wasm :
33- name : Stable - Docs / WebAssembly Build
34- strategy :
35- matrix :
36- target : [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
37- include :
38- - target : x86_64-unknown-linux-gnu
39- os : ubuntu-latest
40- cc : clang-12
41- ar : ar
42- - target : x86_64-apple-darwin
43- os : macos-latest
44- cc : /usr/local/opt/llvm/bin/clang
45- ar : /usr/local/opt/llvm/bin/llvm-ar
46- runs-on : ${{ matrix.os }}
47- steps :
48- - name : Checkout Crate
49- uses : actions/checkout@v2
50- - name : Checkout Toolchain
51- uses : actions-rs/toolchain@v1
52- with :
53- profile : minimal
54- toolchain : stable
55- override : true
56- - name : Building docs
57- env :
58- DO_DOCS : true
59- run : ./contrib/test.sh
60- - name : Install wasm-pack
61- run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
62- - name : Running WASM build
63- env :
64- DO_WASM : true
65- CC : ${{ matrix.cc }}
66- AR : ${{ matrix.ar }}
67- run : ./contrib/test.sh
32+ # wasm:
33+ # name: Stable - Docs / WebAssembly Build
34+ # strategy:
35+ # matrix:
36+ # target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
37+ # include:
38+ # - target: x86_64-unknown-linux-gnu
39+ # os: ubuntu-latest
40+ # cc: clang-12
41+ # ar: ar
42+ # - target: x86_64-apple-darwin
43+ # os: macos-latest
44+ # cc: /usr/local/opt/llvm/bin/clang
45+ # ar: /usr/local/opt/llvm/bin/llvm-ar
46+ # runs-on: ${{ matrix.os }}
47+ # steps:
48+ # - name: Checkout Crate
49+ # uses: actions/checkout@v2
50+ # - name: Checkout Toolchain
51+ # uses: actions-rs/toolchain@v1
52+ # with:
53+ # profile: minimal
54+ # toolchain: stable
55+ # override: true
56+ # - name: Building docs
57+ # env:
58+ # DO_DOCS: true
59+ # run: ./contrib/test.sh
60+ # - name: Install wasm-pack
61+ # run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
62+ # - name: Running WASM build
63+ # env:
64+ # DO_WASM: true
65+ # CC: ${{ matrix.cc }}
66+ # AR: ${{ matrix.ar }}
67+ # run: ./contrib/test.sh
6868
6969 Tests :
7070 name : Tests
0 commit comments