Skip to content

Commit f48361a

Browse files
committed
Merge remote-tracking branch 'upstream/main' into stack-switching
2 parents ef9c4c7 + 99efc20 commit f48361a

File tree

641 files changed

+10304
-2885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

641 files changed

+10304
-2885
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ jobs:
588588
if: ${{ matrix.cross }}
589589
- name: Install apt packages
590590
if: ${{ matrix.apt_packages }}
591-
run: sudo apt-get install -y ${{ matrix.apt_packages }}
591+
run: sudo apt-get update && sudo apt-get install -y ${{ matrix.apt_packages }}
592592
- run: ${{ matrix.test }}
593593
env:
594594
CARGO_BUILD_TARGET: ${{ matrix.target }}
@@ -774,7 +774,7 @@ jobs:
774774
run: sysctl hw
775775
if: runner.os == 'macOS'
776776
- name: CPU information
777-
run: wmic cpu list /format:list
777+
run: Get-WmiObject Win32_Processor
778778
shell: pwsh
779779
if: runner.os == 'Windows'
780780

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ examples/.cache
2727
cranelift/isle/veri/veri_engine/test_output
2828
crates/explorer/node_modules
2929
tests/all/pulley_provenance_test.cwasm
30-
artifacts
30+
/artifacts
31+
testcase*.wat
32+
testcase*.wasm

0 commit comments

Comments
 (0)