We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125cb5e commit 3a1ddb3Copy full SHA for 3a1ddb3
.github/workflows/test.yml
@@ -119,6 +119,14 @@ jobs:
119
- name: 'Build kmir (within docker)'
120
run: docker exec --user user mir-smir-ci-${GITHUB_SHA} make build
121
122
+ - name: 'HACK: patch rustc_arch.sh script (within docker)'
123
+ run: |
124
+ arch=$(rustc -vV | sed -e 's/host: \(.*\)$/\1/')
125
+ docker exec --user user mir-smir-ci-${GITHUB_SHA} \
126
+ bash -c "echo 'echo $arch' > deps/smir_pretty/rustc_arch.sh"
127
128
+ deps/smir_pretty/rustc_arch.sh
129
+
130
- name: 'Run parser tests (within docker)'
131
run: docker exec --user user mir-smir-ci-${GITHUB_SHA} make smir-parse-tests
132
0 commit comments