Skip to content

Commit 6b4b65e

Browse files
committed
check linux and gcc version on build
There's something *special* in the netflify build environment
1 parent 86d95e2 commit 6b4b65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
skip_processing = true
1111

1212
[build.lifecycle]
13-
onBuild = "sudo apt-get update && sudo apt-get install -y build-essential"
13+
onBuild = "uname -a && gcc --version && sudo apt-get update && sudo apt-get install -y build-essential"
1414

1515
[[plugins]]
1616
package = "@netlify/plugin-ruby-bundler"

0 commit comments

Comments
 (0)