Commit cca79e8
committed
CI: Fix check for forgotten // +build js constraints in natives.
This is a fixup for 9a32def.
That commit tried to introduce a CI check for catching when .go files
in compiler/natives/src are accidentally missing // +buid js build
constraints.
However, due to the weird Circle CI setup with symlinks, that CI check
wasn't actually going to catch any issues, as proven by test commit
a774498 and that it passed that check.
However, test commit 7aebc06 showed
that relative import path patterns work okay with the Circle CI setup,
so use that instead.1 parent f24d481 commit cca79e8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments